alitrack commented on issue #2044:
URL:
https://github.com/apache/arrow-datafusion/issues/2044#issuecomment-1073644144
please try pandas , pyarrow , vaex, all have the same result(correct one),
```python
import pandas as pd
#pd.read_parquet("yellow_taxi_sample.parquet", engine='pyarrow')
pd.read_parquet("yellow_taxi_sample.parquet", engine='fastparquet')
```
--
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]