-
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
[bug](fold) fix fold constant core dump with variant type #32265
Conversation
Thank you for your contribution to Apache Doris. |
run buildall |
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 37923 ms
|
run buildall |
TPC-H: Total hot run time: 37947 ms
|
TeamCity be ut coverage result: |
run buildall |
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 38266 ms
|
run buildall |
run buildall |
TPC-H: Total hot run time: 38342 ms
|
TeamCity be ut coverage result: |
run buildall |
TeamCity be ut coverage result: |
run buildall |
run buildall |
TeamCity be ut coverage result: |
run buildall |
TeamCity be ut coverage result: |
regression-test/suites/nereids_tpcds_shape_sf100_p0/rf_prune/query21.groovy
Show resolved
Hide resolved
regression-test/suites/datatype_p0/agg_state/nereids/test_agg_state_nereids.groovy
Outdated
Show resolved
Hide resolved
run buildall |
TPC-H: Total hot run time: 38264 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 180448 ms
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
run buildall |
TPC-H: Total hot run time: 38111 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 180867 ms
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
run buildall |
TPC-H: Total hot run time: 37509 ms
|
TPC-DS: Total hot run time: 182618 ms
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
TeamCity be ut coverage result: |
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. |
PR approved by anyone and no changes requested. |
1. variant type core dump at call get_data_at function, as not impl this function. 2. some case can't pass at old planner and fold_constant_by_be = on. 3. open enable_fold_constant_by_be = true.
Proposed changes
Further comments
If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...