alamb commented on issue #5453: URL: https://github.com/apache/arrow-datafusion/issues/5453#issuecomment-1452594987
@tustvold the reason is that the code to generate test parquet files is shared between the parquet benchmark and the parquet test https://github.com/apache/arrow-datafusion/blob/49473d68bee42208aec0f5ad5be6326c1ed11661/benchmarks/src/bin/parquet_filter_pushdown.rs#L25 https://github.com/apache/arrow-datafusion/blob/49473d68bee42208aec0f5ad5be6326c1ed11661/datafusion/core/tests/parquet/filter_pushdown.rs#L39 The only thing I can think to do is to make a new crate (`datafusion-tests` for example) to mirror `datafusion-examples` that both depend `parquet-test-utils` What do you think? -- 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]
