-
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](case) fix struct format out files #37350
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
81c4922
to
e1bff4d
Compare
run buildall |
TPC-H: Total hot run time: 40200 ms
|
TPC-DS: Total hot run time: 169826 ms
|
ClickBench: Total hot run time: 29.75 s
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
run buildall |
TPC-H: Total hot run time: 39629 ms
|
TPC-DS: Total hot run time: 172516 ms
|
ClickBench: Total hot run time: 30.24 s
|
run buildall |
TPC-H: Total hot run time: 39704 ms
|
TPC-DS: Total hot run time: 172817 ms
|
ClickBench: Total hot run time: 30.66 s
|
run buildall |
TPC-H: Total hot run time: 39894 ms
|
TPC-DS: Total hot run time: 174440 ms
|
ClickBench: Total hot run time: 30.99 s
|
PR approved by at least one committer and no changes requested. |
follow up apache#37349 1. Some of constants are calculated in FE, it should output same format as in BE. Add `FormatOptions` to control the output format of complex types. 3. Modify some of result files of test cases.
follow up #37349 1. Some of constants are calculated in FE, it should output same format as in BE. Add `FormatOptions` to control the output format of complex types. 3. Modify some of result files of test cases.
follow up #37039
Some of constants are calculated in FE, it should output same format as in BE.
Add
FormatOptions
to control the output format of complex types.Modify some of result files of test cases.