alamb commented on PR #6181: URL: https://github.com/apache/arrow-rs/pull/6181#issuecomment-2266111621
> However, it made me wonder if the following behavior is correct: > I made 3 batches as It is somewhat tricky -- What really matters is how the rows are actually written into row groups as the min and maxes are computed per row group So if you fed three batches in to the writer but only created a single row group, I would expect only a single row in the min and max values that is the min/max value across al the rows in all the batches -- 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]
