[Enhancement] enable adaptive partition hash join by default #25209
ci-proto-checker.yml
on: pull_request_target
PROTO FILTER
5s
ADD PROTO REVIEW LABEL
4s
Annotations
51 errors and 3 warnings
ADD PROTO REVIEW LABEL
Error: failed to remove labels: PROTO-REVIEW
|
TestSQLCases.test:
TestSQLCases#L1
Element counts were not equal:
First has 1, Second has 0: '3'
First has 0, Second has 1: '4' : sql result not match:
- [SQL]: select count(*) as c from lineitem l1 where l1.l_orderkey not in ( select l3.l_orderkey from lineitem l3 where l3.l_suppkey <> l1.l_suppkey );
- [exp]: ['3']
- [act]: ['4']
---
|
TestSQLCases.test_basic_window_function:
TestSQLCases#L1
Element counts were not equal:
First has 1, Second has 0: 'None\tNone\tNone\tNone'
First has 0, Second has 1: "E: (1064, 'Backend node not found. Check if any backend node is down.backend: [172.26.191.173 alive: true inBlacklist: false] [172.26.191.172 alive: true inBlacklist: true] [172.26.191.171 alive: true inBlacklist: false] ')" : sql result not match:
- [SQL]: SELECT SUM(wv), AVG(wv), MIN(wv), MAX(wv) FROM (SELECT LAG(v4 IGNORE NULLS, 3) OVER(ORDER BY v5) AS wv FROM t1) a;
- [exp]: ['None\tNone\tNone\tNone']
- [act]: ["E: (1064, 'Backend node not found. Check if any backend node is down.backend: [172.26.191.173 alive: true inBlacklist: false] [172.26.191.172 alive: true inBlacklist: true] [172.26.191.171 alive: true inBlacklist: false] ')"]
---
|
TestSQLCases.test_jit_cast:
TestSQLCases#L1
Element counts were not equal:
Diff is 934 characters long. Set self.maxDiff to None to see it. : sql result not match:
- [SQL]: SELECT v1 + v2 - v3 + v4 + v5 - v6 as result FROM jit_cast ORDER BY result, k1, k2,v1;
- [exp]: ['None', 'None', 'None', 'None', 'None', 'None', 'None', 'None', 'None', 'None', 'None', '-2147483649', '-18576', '-2', '-2', '0', '2', '21', '150', '151', '308', '490', '575', '1482', '123441222', '2147418184', '9223372034707292160', '9223372036854742912', '9223372036854765307']
- [act]: ["E: (1064, 'Backend node not found. Check if any backend node is down.backend: [172.26.191.173 alive: true inBlacklist: false] [172.26.191.172 alive: true inBlacklist: true] [172.26.191.171 alive: true inBlacklist: false] ')"]
---
|
TestSQLCases.test_join_array:
TestSQLCases#L1
Element counts were not equal:
First has 1, Second has 0: '[1,null]\t[1.0000000000000000000,null]'
First has 1, Second has 0: '[1,2]\t[1.0000000000000000000,2.0000000000000000000]'
First has 0, Second has 1: "E: (1064, 'Backend node not found. Check if any backend node is down.backend: [172.26.191.173 alive: true inBlacklist: false] [172.26.191.172 alive: true inBlacklist: true] [172.26.191.171 alive: true inBlacklist: false] ')" : sql result not match:
- [SQL]: select s.i_1, t.d_3 from array_test s join array_test t on s.i_1 = t.d_3 order by 1, 2;
- [exp]: ['[1,null]\t[1.0000000000000000000,null]', '[1,2]\t[1.0000000000000000000,2.0000000000000000000]']
- [act]: ["E: (1064, 'Backend node not found. Check if any backend node is down.backend: [172.26.191.173 alive: true inBlacklist: false] [172.26.191.172 alive: true inBlacklist: true] [172.26.191.171 alive: true inBlacklist: false] ')"]
---
|
TestSQLCases.test_join_map:
TestSQLCases#L1
Element counts were not equal:
First has 1, Second has 0: '{null:null}\t{null:null}'
First has 0, Second has 1: "E: (1064, 'Backend node not found. Check if any backend node is down.backend: [172.26.191.173 alive: true inBlacklist: false] [172.26.191.172 alive: true inBlacklist: true] [172.26.191.171 alive: true inBlacklist: true] ')" : sql result not match:
- [SQL]: select t.map0, s.map4 from map_test t join map_test s where s.map0 = t.map4 order by t.pk;
- [exp]: ['{null:null}\t{null:null}']
- [act]: ["E: (1064, 'Backend node not found. Check if any backend node is down.backend: [172.26.191.173 alive: true inBlacklist: false] [172.26.191.172 alive: true inBlacklist: true] [172.26.191.171 alive: true inBlacklist: true] ')"]
---
|
TestSQLCases.test_jit_fpe:
TestSQLCases#L1
Element counts were not equal:
First has 2, Second has 0: 'None'
First has 1, Second has 0: '-1481.52612783528'
First has 3, Second has 0: '2892.193'
First has 0, Second has 1: "E: (1064, 'Backend node not found. Check if any backend node is down.backend: [172.26.191.173 alive: true inBlacklist: false] [172.26.191.172 alive: true inBlacklist: true] [172.26.191.171 alive: true inBlacklist: true] ')" : sql result not match:
- [SQL]: SELECT v2 % v5 + 2892.193 as result FROM jit_fpe ORDER BY result;
- [exp]: ['None', 'None', '-1481.52612783528', '2892.193', '2892.193', '2892.193']
- [act]: ["E: (1064, 'Backend node not found. Check if any backend node is down.backend: [172.26.191.173 alive: true inBlacklist: false] [172.26.191.172 alive: true inBlacklist: true] [172.26.191.171 alive: true inBlacklist: true] ')"]
---
|
TestSQLCases.test_join_struct:
TestSQLCases#L1
Element counts were not equal:
First has 1, Second has 0: '{"c0":0,"c1":"ab"}\t{"c0":0,"c1":"ab"}'
First has 1, Second has 0: '{"c0":1,"c1":null}\t{"c0":1,"c1":null}'
First has 1, Second has 0: '{"c0":null,"c1":null}\t{"c0":null,"c1":null}'
First has 1, Second has 0: '{"c0":3,"c1":""}\t{"c0":3,"c1":""}'
First has 0, Second has 1: "E: (1064, 'Backend node not found. Check if any backend node is down.backend: [172.26.191.173 alive: true inBlacklist: false] [172.26.191.172 alive: true inBlacklist: true] [172.26.191.171 alive: true inBlacklist: true] ')" : sql result not match:
- [SQL]: select t.s0, s.s0 from struct_test t join struct_test s where s.s0 = t.s0 order by t.pk;
- [exp]: ['{"c0":0,"c1":"ab"}\t{"c0":0,"c1":"ab"}', '{"c0":1,"c1":null}\t{"c0":1,"c1":null}', '{"c0":null,"c1":null}\t{"c0":null,"c1":null}', '{"c0":3,"c1":""}\t{"c0":3,"c1":""}']
- [act]: ["E: (1064, 'Backend node not found. Check if any backend node is down.backend: [172.26.191.173 alive: true inBlacklist: false] [172.26.191.172 alive: true inBlacklist: true] [172.26.191.171 alive: true inBlacklist: true] ')"]
---
|
TestSQLCases.test_join_with_other_predicate:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (5025, '[E111]Fail to connect Socket{id=34359738572 addr=172.26.191.172:8060:8060} (0x0x7f72c52a2540): Connection refused [R1][E112]Not connected to 172.26.191.172:8060 yet, server_id=34359738572 [R2][E112]Not connected to 172.26.191.172:8060 yet, server_id=34359738572 [R3][E112]Not connected to 172.26.191.172:8060 yet, server_id=34359738572: be:172.26.191.172'))
|
TestSQLCases.test_json_check_number_overflow:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_json_null:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_last_day:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_lazy_materialize:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_lc_percentile:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_json_parquet:
TestSQLCases#L1
Element counts were not equal:
First has 1, Second has 0: '1\t["a", "b"]'
First has 1, Second has 0: '2\t["c", "d"]'
First has 0, Second has 1: "E: (1064, 'Access storage error. Error message: failed to get file schema: Unable to validate object, host: 172.26.191.172')" : sql result not match:
- [SQL]: select * from files('path' = 'oss://${oss_bucket}/test_files/parquet_format/08aa776cd631438cb444dd3614b1609c/*', 'format' = 'parquet');
- [exp]: ['1\t["a", "b"]', '2\t["c", "d"]']
- [act]: ["E: (1064, 'Access storage error. Error message: failed to get file schema: Unable to validate object, host: 172.26.191.172')"]
---
|
TestSQLCases.test_lead_lag:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_limit:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_list_partition_cardinality:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_list_partition_prune_on_ne:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_load_channel_profile:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_logical_split_empty_after_delete:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_low_array:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_low_array_with_dict_predicate:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_low_card:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_low_cardinality_window:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_makedate:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_column_alter_table_with_concurrent_insert:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_column_in_materialized_view:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_column_insert:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_column_schema_change:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_column_update:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_agg_pushdown_rewrite:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.util.concurrent.ExecutionException: java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_force_rewrite:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_rewrite:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_rewrite2:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_sort_key:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_staleness:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_status:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_text_based_rewrite:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_union:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_union_all_rewrite:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_union_all_unaligned:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_union_rewrite:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_with_subquery:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_materialized_view_with_sync_mode:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_meta_scan:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_meta_scan_agg:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_min_partition:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_multilane_operator_missing_runtime_filter:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_mv_basic:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
TestSQLCases.test_mv_event_trigger_with_stream_load:
TestSQLCases#L1
True is not false : sql result not match: actual with E(E: (1064, 'java.lang.RuntimeException: org.apache.thrift.TException: java.net.ConnectException: Connection refused (Connection refused)'))
|
ADD PROTO REVIEW LABEL
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-ecosystem/action-remove-labels@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ADD PROTO REVIEW LABEL
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-ecosystem/action-remove-labels@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ADD PROTO REVIEW LABEL
failed to remove label: PROTO-REVIEW: HttpError: Label does not exist
|