dqkqd commented on code in PR #18104:
URL: https://github.com/apache/datafusion/pull/18104#discussion_r2442734737
##########
datafusion/core/tests/dataframe/mod.rs:
##########
@@ -6479,3 +6479,87 @@ async fn
test_duplicate_state_fields_for_dfschema_construct() -> Result<()> {
Ok(())
}
+
+#[tokio::test]
+async fn array_distinct_on_list_with_inner_nullability_causing_type_mismatch(
Review Comment:
I prefer deleting the test in `core/tests/dataframe` (because it is not
related to dataframe at all),
but I'm not sure if adding only one test in `set_ops.rs` can capture the
whole picture in the issue description.
--
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]