dudzicp commented on issue #131:
URL:
https://github.com/apache/arrow-datafusion-python/issues/131#issuecomment-1385082153
I have also tried to convert table to dataset in the following way:
```
dataset = dt.to_pyarrow_dataset(
parquet_read_options=ParquetReadOptions(coerce_int96_timestamp_unit="ms")
)
```
but the result is the same
--
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]