Re: [PR] Support `array_union` scalar expr [datafusion-comet]

2025-06-25 Thread via GitHub
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.

Re: [PR] Support `array_union` scalar expr [datafusion-comet]

2025-06-24 Thread via GitHub
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 th

Re: [PR] Support `array_union` scalar expr [datafusion-comet]

2025-01-31 Thread via GitHub
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 Answ

[PR] Support `array_union` scalar expr [datafusion-comet]

2025-01-31 Thread via GitHub
dharanad opened a new pull request, #1362: URL: https://github.com/apache/datafusion-comet/pull/1362 ## Which issue does this PR close? Closes #. ## Rationale for this change ## What changes are included in this PR? ## How are these changes