You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There seems to be data corruption while reading boolean values from orc file. It appears to be related to #6565, but the issue in #6565 has been fixed, the issue appears to surface in below provided file.
Steps/Code to reproduce bug
Orc file(rename by removing .zip at end): bool_new_orc.zip
Observe the values at 40819, 40820 index which are incorrect after reading from orc file. I have verified from pyorc reader that values are being written and read back correctly incase of pyorc.
Expected behavior
Values should be loaded correctly.
Environment overview (please complete the following information)
Describe the bug
There seems to be data corruption while reading boolean values from orc file. It appears to be related to #6565, but the issue in #6565 has been fixed, the issue appears to surface in below provided file.
Steps/Code to reproduce bug
Orc file(rename by removing .zip at end): bool_new_orc.zip
Parquet file(rename by removing .zip at end): correct_bool.parquet.zip
Observe the values at 40819, 40820 index which are incorrect after reading from orc file. I have verified from pyorc reader that values are being written and read back correctly incase of pyorc.
Expected behavior
Values should be loaded correctly.
Environment overview (please complete the following information)
Environment details
Click here to see environment details
Additional context
Surfaced while fuzz testing: #6001
The text was updated successfully, but these errors were encountered: