Description
In ORC, PRESENT stream is optional, and ORC Reader reused ColumnVectorBatch to read data. So if it don't reset notNull data in ColumnVectorBatch, it will use last notNull data incorrectly.
In ORC, PRESENT stream is optional, and ORC Reader reused ColumnVectorBatch to read data. So if it don't reset notNull data in ColumnVectorBatch, it will use last notNull data incorrectly.