[Enhancement] optimize variant seek path #47992
ci-proto-checker.yml
on: pull_request_target
PROTO FILTER
5s
ADD PROTO REVIEW LABEL
5s
Annotations
2 errors and 1 warning
|
ADD PROTO REVIEW LABEL
Error: failed to remove labels: PROTO-REVIEW
|
|
TestSQLCases.test_iceberg_variant_query_0:
TestSQLCases#L1
Element counts were not equal:
First has 1, Second has 0: '3\tNone\tNone\tNone\tNone\tNone\tNone\tNone\tNone\tNone'
First has 0, Second has 1: '3\tNone\tNone\tNone\tNull\tNull\tNone\tNone\tNone\tNone' : sql result not match:
- [SQL]: SELECT
case_id,
get_variant_string(variant_from_struct, '$.name') AS struct_name,
get_variant_int(variant_from_struct, '$.counters.success') AS struct_success,
get_variant_string(variant_from_map, '$.tier') AS tier_label,
variant_typeof(variant_query(variant_from_array, '$[0]')) AS array_first_type,
variant_typeof(variant_query(variant_from_array, '$[2]')) AS array_third_type,
CAST(variant_query(variant_from_array, '$[0]') as decimal(22, 8)) AS array_first_value,
CAST(variant_query(variant_from_array, '$[2]') as decimal(22, 8)) AS array_third_value,
get_variant_double(variant_from_array, '$[0]') AS array_first_value2,
get_variant_double(variant_from_array, '$[2]') AS array_third_value2
FROM variant_test_cases
ORDER BY case_id;
- [exp]: ['1\talpha\t10\thot\tDecimal4\tDecimal4\t1.50000000\t3.50000000\t1.5\t3.5', '2\tbeta\t0\tcold\tDecimal4\tDecimal4\t-0.50000000\t0.50000000\t-0.5\t0.5', '3\tNone\tNone\tNone\tNone\tNone\tNone\tNone\tNone\tNone', '4\tdelta\t99\twarm\tDecimal4\tDecimal4\t0E-8\t2.00000000\t0.0\t2.0']
- [act]: ['1\talpha\t10\thot\tDecimal4\tDecimal4\t1.50000000\t3.50000000\t1.5\t3.5', '2\tbeta\t0\tcold\tDecimal4\tDecimal4\t-0.50000000\t0.50000000\t-0.5\t0.5', '3\tNone\tNone\tNone\tNull\tNull\tNone\tNone\tNone\tNone', '4\tdelta\t99\twarm\tDecimal4\tDecimal4\t0E-8\t2.00000000\t0.0\t2.0']
---
|
|
ADD PROTO REVIEW LABEL
failed to remove label: PROTO-REVIEW: HttpError: Label does not exist
|