-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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](Json) fix some cast issue #38683
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 41330 ms
|
TPC-DS: Total hot run time: 169501 ms
|
ClickBench: Total hot run time: 30.2 s
|
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 41358 ms
|
TPC-DS: Total hot run time: 169230 ms
|
ClickBench: Total hot run time: 30.63 s
|
1. casting to boolean/double type should consider all numeric types including int , double and boolean 2. casting to floating point type should consisder boolean types and int types
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 41588 ms
|
TPC-DS: Total hot run time: 168113 ms
|
ClickBench: Total hot run time: 30.53 s
|
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
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
ClickBench: Total hot run time: 30.01 s
|
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
PR approved by at least one committer and no changes requested. |
1. casting to boolean/double type should consider all numeric types including int , double and boolean 2. casting to floating point type should consisder boolean types and int types
1. casting to boolean/double type should consider all numeric types including int , double and boolean 2. casting to floating point type should consisder boolean types and int types
not merge 2.0, reason 1. behavior change 2. no user encountered only in variant cases |
## Proposed changes this pr: #38683 omit some outfile to be fixed Issue Number: close #xxx <!--Describe your changes.-->
## Proposed changes this pr: #38683 omit some outfile to be fixed Issue Number: close #xxx <!--Describe your changes.-->
1. casting to boolean/double type should consider all numeric types including int , double and boolean 2. casting to floating point type should consisder boolean types and int types
1. casting to boolean/double type should consider all numeric types including int , double and boolean 2. casting to floating point type should consisder boolean types and int types
## Proposed changes this pr: apache#38683 omit some outfile to be fixed Issue Number: close #xxx <!--Describe your changes.-->
some expected output is not correct after #38683
some expected output is not correct after #38683
Proposed changes
Issue Number: close #xxx