sdf-jkl opened a new issue, #10645: URL: https://github.com/apache/arrow-rs/issues/10645
### Is your feature request related to a problem or challenge?\n\nThe Parquet ALP specification permits log_vector_size values from 3 through 15, but arrow-rs currently writes only the recommended default size of 1024 values.\n\nThis prevents testing or selecting other vector sizes permitted by the format.\n\nThis depends on #9372 and should be worked on after that PR is merged.\n\n### Describe the solution you would like\n\nAdd an ALP writer configuration for selecting any vector size permitted by the Parquet specification.\n\nThe existing default should remain 1024 values. -- 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]
