jorisvandenbossche commented on issue #37802:
URL: https://github.com/apache/arrow/issues/37802#issuecomment-1740922378
Can you do `table = dataset.head(100_000, filter=ds.field('MONTH_CODE') ==
'M999912')` to see if reading the first X rows works OK? And if that works OK,
what's the size of this part of the data in memory? (`table.nbytes`)
--
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]