n0r0shi commented on issue #3644: URL: https://github.com/apache/datafusion-comet/issues/3644#issuecomment-4016359793
I think this is fixed in DataFusion 53.0.0 by PR [apache/datafusion#20243](https://github.com/apache/datafusion/pull/20243), which replaced `.sorted().dedup()` with a `HashSet` for dedup tracking + a `Vec` for collecting results, preserving the natural left-then-right encounter order. Will this be resolved automatically once Comet upgrades to DataFusion 53 (#3620)? -- 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]
