jonasdedden commented on issue #10489: URL: https://github.com/apache/arrow-rs/issues/10489#issuecomment-5183640282
[No not really](https://github.com/jonasdedden/disco-parquet/blob/00b88e2394deddb85fc5123cdf958e5b28f0295e/disco-parquet-core/src/parquet/parquet_writer.rs#L76), basically the only thing exposed for keeping file sizes down is `compression`. For test cases I usually omit that though because I don't want to introduce unnecessary compute, and I somewhat trusted the default encoders to handle cases where one stores trivially encodable blobs (i.e. for example 8MiB of repeated `a`'s) 😅 But it's a niche use case, I have to admit. -- 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]
