alamb opened a new pull request, #4313: URL: https://github.com/apache/arrow-rs/pull/4313
# Which issue does this PR close? N/A # Rationale for this change While working on https://github.com/influxdata/influxdb_iox/pull/7880 I noticed that the notion of page size was referred to with different terms: 1. `pagesize`: https://github.com/search?q=repo%3Aapache%2Farrow-rs%20pagesize&type=code 2. `page_size`: https://github.com/search?q=repo%3Aapache%2Farrow-rs+page_size&type=code # What changes are included in this PR? Change all apis to use `page_size`, and deprecate APIs that refer to `pagesize` # Are there any user-facing changes? More consistent names, and some deprecated functions -- 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]
