Bug Fixes
- Integer null sentinel handling: I16, I32, and I64 scalars now correctly recognize null sentinels (
0Nh,0Ni,0Nj) and returnNonefromto_python(). This fixes null comparisons in operations where unmatched rows returned raw sentinel values (e.g.,-9223372036854775808) instead ofNone.