gaoyangxiaozhu opened a new issue, #5751: URL: https://github.com/apache/incubator-gluten/issues/5751
### Description Currently, parquet native write doesn't support customized option as `block_size`, `page_size` etc. when write data. There is a onging PR in velox side https://github.com/facebookincubator/velox/pull/8864/files#diff-5a2dd3766d9a74bbef58d62d96f0abfb111e8e507ce9bcecd35f69d2c8669ed7 to let support pass `flushPolicy` which support customize `block_size`, but not `page_size`. Let use this issue to track for supporting customize all parquet options when write data. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
