Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-12 Thread via GitHub
andygrove commented on code in PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#discussion_r1912546988 ## spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala: ## @@ -2529,4 +2529,21 @@ class CometExpressionSuite extends CometTestBase with Adaptiv

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-12 Thread via GitHub
andygrove commented on code in PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#discussion_r1912521481 ## spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala: ## @@ -2529,4 +2529,21 @@ class CometExpressionSuite extends CometTestBase with Adaptiv

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-12 Thread via GitHub
andygrove merged PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179 -- 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...@

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-09 Thread via GitHub
andygrove commented on code in PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#discussion_r1909509839 ## spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala: ## @@ -2529,4 +2529,21 @@ class CometExpressionSuite extends CometTestBase with Adaptiv

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-09 Thread via GitHub
andygrove commented on code in PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#discussion_r1909508060 ## spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala: ## @@ -2529,4 +2529,21 @@ class CometExpressionSuite extends CometTestBase with Adaptiv

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-09 Thread via GitHub
andygrove commented on code in PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#discussion_r1909503394 ## spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala: ## @@ -2529,4 +2529,21 @@ class CometExpressionSuite extends CometTestBase with Adaptiv

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-09 Thread via GitHub
jatin510 commented on code in PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#discussion_r1909287084 ## spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala: ## @@ -2529,4 +2529,21 @@ class CometExpressionSuite extends CometTestBase with Adaptive

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-07 Thread via GitHub
jatin510 commented on code in PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#discussion_r1905885168 ## native/core/src/execution/planner.rs: ## @@ -735,6 +736,36 @@ impl PhysicalPlanner { )); Ok(array_has_expr)

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-07 Thread via GitHub
andygrove commented on code in PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#discussion_r1905845993 ## native/core/src/execution/planner.rs: ## @@ -735,6 +736,36 @@ impl PhysicalPlanner { )); Ok(array_has_expr)

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-07 Thread via GitHub
jatin510 commented on PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#issuecomment-2575891718 > There seems to be a difference in null handling between DataFusion and Spark that is causing the tests to fail. > > This test passes: > > ```scala > checkSpar

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-03 Thread via GitHub
parthchandra commented on code in PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#discussion_r1902256464 ## spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala: ## @@ -2517,4 +2517,16 @@ class CometExpressionSuite extends CometTestBase with Adap

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-02 Thread via GitHub
dharanad commented on code in PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#discussion_r1901263745 ## spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala: ## @@ -2517,4 +2517,16 @@ class CometExpressionSuite extends CometTestBase with Adaptive

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-02 Thread via GitHub
dharanad commented on code in PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#discussion_r1901261435 ## native/core/src/execution/planner.rs: ## @@ -719,6 +720,24 @@ impl PhysicalPlanner { expr.legacy_negative_index, )))

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-02 Thread via GitHub
andygrove commented on PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#issuecomment-2568189397 There seems to be a difference in null handling between DataFusion and Spark that is causing the tests to fail. This test passes: ```scala checkSparkAnswerAndO

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2025-01-02 Thread via GitHub
andygrove commented on PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#issuecomment-2567836734 Thanks @jatin510. I will review this today. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] feat: add support for array_remove expression [datafusion-comet]

2024-12-28 Thread via GitHub
jatin510 commented on PR #1179: URL: https://github.com/apache/datafusion-comet/pull/1179#issuecomment-2564300648 @andygrove PR is ready -- 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 speci