droher commented on issue #33605:
URL: https://github.com/apache/arrow/issues/33605#issuecomment-1379317657

   I checked the values by querying them directly in duckdb 0.6.1 and using 
[Tad](https://github.com/antonycourtney/tad). Both yielded the incorrect result.
   
   In duckdb the query was
   ```
   SELECT * FROM 'test.parquet'
   WHERE game_id = 'ANA201405230'
      AND event_id = 50
   ```
   
   However, when I use your code, I also get the correct result. I also get the 
correct result when reading from Pandas (tested it on both the pyarrow or 
fastparquet engine).
   
   It looks like Tad uses duckdb internally as well, so it looks like this 
could be a duckdb read issue instead of an arrow write issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to