-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](tableFuncs) fix explode_json_array_funcs #39572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix](tableFuncs) fix explode_json_array_funcs #39572
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
...ava/org/apache/doris/nereids/trees/expressions/functions/generator/ExplodeJsonArrayJson.java
Outdated
Show resolved
Hide resolved
TPC-H: Total hot run time: 38694 ms |
TPC-DS: Total hot run time: 197130 ms |
ClickBench: Total hot run time: 30.63 s |
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 38411 ms |
TPC-DS: Total hot run time: 190542 ms |
ClickBench: Total hot run time: 31.07 s |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
run cloud_p1 |
1 similar comment
|
run cloud_p1 |
xiaokang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1. explode_json_array_json accept jsonb type and return jsonb type or string type and return string type 2. fix explode_json_array return empty set issue
Proposed changes
Issue Number: close #xxx