Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.0
-
None
-
Fix isRepeating checks for NaN in Float and Double vectorized readers
Description
The isRepeating=true check uses Java equality, which results in NaN != NaN comparison operations.
The noNulls case needs the current check folded into the previous loop, while the hasNulls case needs a logical AND of the isNull[] field instead of == comparisons.
Attachments
Attachments
Issue Links
- causes
-
ORC-285 Empty vector batches of floats or doubles get java.io.EOFException
- Closed