[bug](function)fix json_replace check return type error#37014
Merged
HappenLee merged 3 commits intoapache:masterfrom Jul 5, 2024
Merged
[bug](function)fix json_replace check return type error#37014HappenLee merged 3 commits intoapache:masterfrom
HappenLee merged 3 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Contributor
Author
|
run buildall |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39973 ms |
TPC-DS: Total hot run time: 172721 ms |
ClickBench: Total hot run time: 30.28 s |
HappenLee
reviewed
Jul 1, 2024
Contributor
Author
|
run buildall |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39773 ms |
TPC-DS: Total hot run time: 174485 ms |
ClickBench: Total hot run time: 30.36 s |
Contributor
Author
|
run buildall |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39386 ms |
TPC-DS: Total hot run time: 172990 ms |
ClickBench: Total hot run time: 30.54 s |
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 40007 ms |
TPC-DS: Total hot run time: 173578 ms |
ClickBench: Total hot run time: 30.93 s |
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
dataroaring
pushed a commit
that referenced
this pull request
Jul 17, 2024
1. fix the return type dcheck error: ``` mysql [test]>select (json_replace(a, '$.fparam.nested_2', "qwe")) from json_table_2 limit 1; ERROR 1105 (HY000): errCode = 2, detailMessage = (10.16.10.8)[INTERNAL_ERROR]Function json_replace get failed, expr is VectorizedFnCall[json_replace](arguments=a, String, String, String,return=Nullable(String)) and return type is Nullable(String). ``` 2. improve the json_replace/json_insert/json_set function execute of not convert const column, test about could faster 1s on 1000w table rows
Closed
zhangstar333
added a commit
to zhangstar333/incubator-doris
that referenced
this pull request
Aug 26, 2024
1. fix the return type dcheck error: ``` mysql [test]>select (json_replace(a, '$.fparam.nested_2', "qwe")) from json_table_2 limit 1; ERROR 1105 (HY000): errCode = 2, detailMessage = (10.16.10.8)[INTERNAL_ERROR]Function json_replace get failed, expr is VectorizedFnCall[json_replace](arguments=a, String, String, String,return=Nullable(String)) and return type is Nullable(String). ``` 2. improve the json_replace/json_insert/json_set function execute of not convert const column, test about could faster 1s on 1000w table rows
yiguolei
pushed a commit
that referenced
this pull request
Aug 27, 2024
) 1. fix the return type dcheck error: ``` mysql [test]>select (json_replace(a, '$.fparam.nested_2', "qwe")) from json_table_2 limit 1; ERROR 1105 (HY000): errCode = 2, detailMessage = (10.16.10.8)[INTERNAL_ERROR]Function json_replace get failed, expr is VectorizedFnCall[json_replace](arguments=a, String, String, String,return=Nullable(String)) and return type is Nullable(String). ``` 2. improve the json_replace/json_insert/json_set function execute of not convert const column, test about could faster 1s on 1000w table rows ## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes