dqkqd commented on PR #18104:
URL: https://github.com/apache/datafusion/pull/18104#issuecomment-3419171390
I verified the new test added fail without code changes:
```
running 1 test
test
set_ops::tests::test_array_distinct_inner_nullability_result_type_match_return_type::case_2
... FAILED
failures:
failures:
set_ops::tests::test_array_distinct_inner_nullability_result_type_match_return_type::case_2
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 11
filtered out; finished in 0.00s
stderr ───
thread
'set_ops::tests::test_array_distinct_inner_nullability_result_type_match_return_type::case_2'
panicked at datafusion/functions-nested/src/set_ops.rs:607:9:
assertion `left == right` failed
left: List(Field { name: "item", data_type: Int32, nullable: false,
dict_id: 0, dict_is_ordered: false, metadata: {} })
right: List(Field { name: "item", data_type: Int32, nullable: true,
dict_id: 0, dict_is_ordered: false, metadata: {} })
note: run with `RUST_BACKTRACE=1` environment variable to display a
backtrace
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]