HaoYang670 commented on issue #4685:
URL:
https://github.com/apache/arrow-datafusion/issues/4685#issuecomment-1482140351
Hi @alamb ,I've justed run `cargo test` with `skip_failed_rules=false`, and
found 2 new failures. I'll update the task list to add them in.
```
failures:
---- sql::subqueries::support_limit_subquery stdout ----
Error: Context("decorrelate_where_in", Internal("Optimizer rule
'decorrelate_where_in' failed due to unexpected error: a projection is required
at datafusion/optimizer/src/decorrelate_where_in.rs:152\ncaused by\nError
during planning: Could not coerce into Projection! at
datafusion/expr/src/logical_plan/plan.rs:1430"))
---- sql::window::window_frame_creation_type_checking stdout ----
thread 'sql::window::window_frame_creation_type_checking' panicked at 'Can
not find expected in actual.
Expected:
Internal error: Operator - is not implemented for types UInt32(1) and
Utf8("1 DAY").
Actual:
type_coercion
caused by
Internal error: Optimizer rule 'type_coercion' failed due to unexpected
error: Execution error: Cannot cast Utf8("1 DAY") to UInt32. This was likely
caused by a bug in DataFusion's code and we would welcome that you file an bug
report in our issue tracker', datafusion/core/tests/sql/window.rs:47:9
failures:
sql::subqueries::support_limit_subquery
sql::window::window_frame_creation_type_checking
```
--
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]