[Bug](function) fix explode_json_array_int can't handle min/max values#24284
[Bug](function) fix explode_json_array_int can't handle min/max values#24284yiguolei merged 1 commit intoapache:masterfrom
Conversation
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
better also add some hint in docs. |
|
TeamCity be ut coverage result: |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
|
run p0 |
#24284) the json str get value maybe beyond max/min of Int64, so add some check to limit the value, and return the max/min of Int64
Proposed changes
the json str get value maybe beyond max/min of Int64,
so add some check to limit the value, and return the max/min of Int64
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...