Akshay-A-Kulkarni commented on issue #36587:
URL: https://github.com/apache/arrow/issues/36587#issuecomment-1642416447
@shaktishp could you try adding the running this ?
```python
ds.dataset(
'location,
format=ds.ParquetFileFormat(
default_fragment_scan_options=ds.ParquetFragmentScanOptions(
pre_buffer=True
)
)
)
```
This _may_ speed up your s3 read time
--
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]