Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.16.0
-
None
Description
The following query return a wrong value for the boolean column press_run_1:
SELECT * FROM dfs.root.`/tmp/newrule22_3_1.parquet` WHERE cycle_id=23435119
The query return press_run_1 = 'false'
the parquet file contain pess_run_1 = 'true' value for this record.
You can find many records with this problem if try different selects.
ATTACHED: newrule22_3_1.parquet file.