davlee1972 commented on issue #1847: URL: https://github.com/apache/arrow-adbc/issues/1847#issuecomment-2113344346
They are both pyarrow.Tables, but the first one is the result of pyarrow.dataset.to_table() with filtering.. First one has 1095 chunks which matches the 1095 parquet files over a 4 year period even though I'm only looking at a month of data. This is the result of parallelized reads used in pyarrow.dataset..  The second one only has 9 chunks for a single file..  -- 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]
