Re: [PR] Support `array_union` scalar expr [datafusion-comet]
andygrove closed pull request #1362: Support `array_union` scalar expr URL: https://github.com/apache/datafusion-comet/pull/1362 -- 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]
Re: [PR] Support `array_union` scalar expr [datafusion-comet]
andygrove commented on PR #1362: URL: https://github.com/apache/datafusion-comet/pull/1362#issuecomment-3001253623 I'm closing this issue because it has been stale for a while. @dharanad feel free to reopen this if you resume work on this featrure. -- 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]
Re: [PR] Support `array_union` scalar expr [datafusion-comet]
dharanad commented on PR #1362: URL: https://github.com/apache/datafusion-comet/pull/1362#issuecomment-2627696735 There are cases where ordering is different between spark and df ``` == Results == !== Correct Answer - 1000 ==== Spark Answer - 1000 == struct> struct> ![ArraySeq(128, -128, -896)] [ArraySeq(128, -896, -128)] ``` -- 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]
