amoeba commented on issue #40576:
URL: https://github.com/apache/arrow/issues/40576#issuecomment-2000133520

   Can you link to where you're seeing that it's hard-coded and to that number? 
I see 
[pyarrow.Dataset.to_table](https://arrow.apache.org/docs/python/generated/pyarrow.dataset.Dataset.html#pyarrow.dataset.Dataset.to_table).
 That said, the batches here are 
[RecordBatches](https://arrow.apache.org/docs/cpp/tutorials/basic_arrow.html#making-a-recordbatch)
 which have an upper limit on row count based on your column types due to size 
limits on Arrow Arrays.
   
   Can you give a bit more context as to why you originally became interested 
in increasing batch size?


-- 
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]

Reply via email to