> https://stackoverflow.com/questions/52176439/orc-isnull-flag-doesnt-set-after-initial-batch > > Any tips on why this is happening?
Check for the .noNulls=true/false inside the vector. If I'm not wrong the first .reset() sets the .noNulls=true, which causes the VRB to ignore the .isNull[] offsets. Cheers, Gopal
