v0y4g3r commented on issue #2709: URL: https://github.com/apache/arrow-datafusion/issues/2709#issuecomment-1177771894
Lets move back to upgrading arrow2 version in arrow2 branch. I'm quite interested in that, but I found that some unit tests are currently failing: - `datasource::file_format::json::tests::read_limit` - `datasource::file_format::json::tests::read_small_batches` - `execution::dataframe_impl::tests::register_table` - `optimizer::simplify_expressions::tests::cast_expr_wrong_arg` - `optimizer::simplify_expressions::tests::multiple_now_expr` - `optimizer::simplify_expressions::tests::now_less_than_timestamp` - `optimizer::simplify_expressions::tests::test_const_evaluator_now` - `physical_plan::file_format::json::tests::nd_json_exec_file_projection` - `physical_plan::file_format::json::tests::nd_json_exec_file_with_missing_column` - `physical_plan::file_format::json::tests::nd_json_exec_file_without_projection` - `physical_plan::file_format::parquet::tests::parquet_exec_with_error` - `physical_plan::file_format::parquet::tests::write_parquet_results` - `physical_plan::planner::tests::bad_extension_planner` - `physical_plan::sorts::sort::tests::test_sort_spill` I'd like to first upgrade arrow2 version and then fix these failing tests. Also, upgrading arrow2 to latest version `v0.12` means upgrading some dependencies like tonic/parquet-format-async-temp etc, still don't how much work to do. I will open a PR as soon as I finish. -- 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]
