alamb opened a new pull request, #2530: URL: https://github.com/apache/arrow-datafusion/pull/2530
This PR demonstrates a test that fails with the code from https://github.com/apache/arrow-rs/pull/1682 in arrow (not included in arrow 14.0.0). This PR pins datafusion to arrow right after https://github.com/apache/arrow-rs/pull/1682 was merged at commit https://github.com/apache/arrow-rs/commit/5b154ea40314dc2f09babbb363bf7f1fe439d4eb To reproduce: ```shell cargo test -p datafusion --lib ``` Results in: ```shell failures: ---- physical_plan::file_format::parquet::tests::evolved_schema_filter stdout ---- thread 'physical_plan::file_format::parquet::tests::evolved_schema_filter' panicked at 'called `Result::unwrap()` on an `Err` value: ArrowError(ExternalError(ParquetError(General("out of order projection is not supported"))))', datafusion/core/src/physical_plan/file_format/parquet.rs:968:14 ---- physical_plan::file_format::parquet::tests::evolved_schema_inconsistent_order stdout ---- thread 'physical_plan::file_format::parquet::tests::evolved_schema_inconsistent_order' panicked at 'called `Result::unwrap()` on an `Err` value: ArrowError(ExternalError(ParquetError(General("out of order projection is not supported"))))', datafusion/core/src/physical_plan/file_format/parquet.rs:819:14 failures: physical_plan::file_format::parquet::tests::evolved_schema_filter physical_plan::file_format::parquet::tests::evolved_schema_inconsistent_order test result: FAILED. 656 passed; 2 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.00s error: test failed, to rerun pass '-p datafusion --lib' Error: Process completed with exit code 101. ``` -- 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]
