[GLUTEN-9008][VL] Support json_object_keys function#9009
[GLUTEN-9008][VL] Support json_object_keys function#9009philo-he merged 3 commits intoapache:mainfrom
Conversation
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
@philo-he @jackylee-ch I believe it's ready to review. Relative tests pass but other unrelated tests failed. |
|
https://github.com/apache/incubator-gluten/pull/9009/checks?check_run_id=39674902439 |
|
@jackylee-ch I know why. I only check JsonFunctionsValidateSuite.scala added in this PR and ignore JsonFunctionsSuite in spark. I will fix it. Thanks for your help :) |
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
update remove json_object_keys from ch
|
Run Gluten Clickhouse CI on x86 |
|
@philo-he @jackylee-ch I believe it's ready to review, thanks. |
backends-velox/src/test/scala/org/apache/gluten/execution/JsonFunctionsValidateSuite.scala
Outdated
Show resolved
Hide resolved
backends-velox/src/test/scala/org/apache/gluten/execution/JsonFunctionsValidateSuite.scala
Outdated
Show resolved
Hide resolved
|
Run Gluten Clickhouse CI on x86 |
|
@philo-he @jackylee-ch The comments are addressed. Some tests failed and no one is relative to this PR. |
| } | ||
|
|
||
| runQueryAndCompare( | ||
| "SELECT json_object_keys(null) " + |
There was a problem hiding this comment.
We need read null from relation, otherwise it won't offload to native side.
There was a problem hiding this comment.
Fine, I see other test with select spark_function(null) from tbl also. I will submit other PR to fix, this case is ok
backends-velox/src/test/scala/org/apache/gluten/execution/JsonFunctionsValidateSuite.scala
Show resolved
Hide resolved
|
Run Gluten Clickhouse CI on x86 |
|
@philo-he @jackylee-ch It's ready to review, and test fails with oom |
|
@philo-he Any more questions about this pr? |
What changes were proposed in this pull request?
This PR aims to support json_object_keys function.
(Fixes: #9008)
How was this patch tested?
unit tests