HaoYang670 opened a new issue, #4685: URL: https://github.com/apache/arrow-datafusion/issues/4685
**Describe the bug** There are several test failures when setting the config `skip_failing_rules` to false. - [ ] filter_pushdown_view - [ ] parquet_multiple_partitions - [ ] parquet_multiple_nonstring_partitions - [ ] explain_nested - [ ] both_side_expr_key_inner_join - [ ] left_side_expr_key_inner_join - [ ] right_side_expr_key_inner_join - [ ] select_wildcard_with_expr_key_inner_join - [ ] sort_on_window_null_string - [ ] window_frame_ranges_string_check - [ ] window_frame_creation - [ ] test_window_rank - [ ] skip_failing_rule - [ ] no_skip_failing_rule Some tests failures are caused by earlier type checking, which are expected, others are caused by some bugs in the optimizer, and we should fix them. **To Reproduce** Steps to reproduce the behavior: 1. set the `skip_failing_rules` to false 2. run `cargo test` **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context about the problem here. https://github.com/apache/arrow-datafusion/blob/ac2e5d15e5452e83c835d793a95335e87bf35569/datafusion/optimizer/src/optimizer.rs#L325-L340 -- 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]
