alamb commented on PR #14387:
URL: https://github.com/apache/datafusion/pull/14387#issuecomment-2628326714
> what are "anonymous types"?
I am not sure I understand what you are referring to
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
findepi commented on PR #14387:
URL: https://github.com/apache/datafusion/pull/14387#issuecomment-2628242449
what are "anonymous types"?
--
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 sp
alamb commented on code in PR #14387:
URL: https://github.com/apache/datafusion/pull/14387#discussion_r1937863007
##
datafusion/core/tests/dataframe/mod.rs:
##
@@ -1121,6 +1121,39 @@ async fn join() -> Result<()> {
Ok(())
}
+#[tokio::test]
+async fn join_coercion_unnname
rkrishn7 commented on code in PR #14387:
URL: https://github.com/apache/datafusion/pull/14387#discussion_r1937641667
##
datafusion/core/tests/dataframe/mod.rs:
##
@@ -1121,6 +1121,39 @@ async fn join() -> Result<()> {
Ok(())
}
+#[tokio::test]
+async fn join_coercion_unnn
alamb commented on code in PR #14387:
URL: https://github.com/apache/datafusion/pull/14387#discussion_r1937597947
##
datafusion/optimizer/src/analyzer/type_coercion.rs:
##
@@ -190,7 +190,15 @@ impl<'a> TypeCoercionRewriter<'a> {
.map(|(lhs, rhs)| {
rkrishn7 commented on code in PR #14387:
URL: https://github.com/apache/datafusion/pull/14387#discussion_r1937632262
##
datafusion/core/tests/dataframe/mod.rs:
##
@@ -1121,6 +1121,39 @@ async fn join() -> Result<()> {
Ok(())
}
+#[tokio::test]
+async fn join_coercion_unnn