askoa commented on issue #3632: URL: https://github.com/apache/arrow-datafusion/issues/3632#issuecomment-1264097854
I looked into this issue and have some questions. The below check already seems to do the job. The below function is called in the function `intersect_or_except` which seems to be the common function for intersect and expect. Is there any other place we need to look into? https://github.com/apache/arrow-datafusion/blob/6d2b417def2d536e81eb80e082d9cc3ca4e7f5fc/datafusion/expr/src/logical_plan/builder.rs#L490-L495 -- 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]
