rkrishn7 commented on code in PR #14387:
URL: https://github.com/apache/datafusion/pull/14387#discussion_r1937956428
##########
datafusion/core/tests/dataframe/mod.rs:
##########
@@ -1121,6 +1121,39 @@ async fn join() -> Result<()> {
Ok(())
}
+#[tokio::test]
+async fn join_coercion_unnnamed() -> Result<()> {
+ let ctx = SessionContext::new();
+
+ // Test that join will coerce column types when necessary
+ // even when the relations don't have unique names
Review Comment:
Sure! Add a small doc update here
https://github.com/apache/datafusion/pull/14393
--
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]