xudong963 commented on code in PR #16578: URL: https://github.com/apache/datafusion/pull/16578#discussion_r2191411631
########## datafusion/core/src/dataframe/mod.rs: ########## @@ -1681,6 +1681,40 @@ impl DataFrame { }) } + /// Calculate the distinct intersection of two [`DataFrame`]s. The two [`DataFrame`]s must have exactly the same schema Review Comment: `exactly the same schema` Can we relieve the restriction? For example, if the schema is castable, does it also work? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org