Uh oh!
There was an error while loading. Please reload this page.
[fix](variant)fix variant type conflicts in nested types - #52696
Conversation
Thearas
commented
Jul 2, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Uh oh!
There was an error while loading. Please reload this page.
eldenmoon
commented
Jul 2, 2025
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Jul 2, 2025
TPC-H: Total hot run time: 33668 ms |
doris-robot
commented
Jul 2, 2025
TPC-DS: Total hot run time: 181615 ms |
doris-robot
commented
Jul 2, 2025
ClickBench: Total hot run time: 29.25 s |
doris-robot
commented
Jul 2, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
eldenmoon
commented
Jul 4, 2025
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Jul 4, 2025
TPC-H: Total hot run time: 33601 ms |
doris-robot
commented
Jul 4, 2025
TPC-DS: Total hot run time: 184874 ms |
doris-robot
commented
Jul 4, 2025
ClickBench: Total hot run time: 29.53 s |
doris-robot
commented
Jul 4, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
amorynan
commented
Jul 7, 2025
run buildall |
doris-robot
commented
Jul 7, 2025
TPC-H: Total hot run time: 33291 ms |
doris-robot
commented
Jul 7, 2025
TPC-DS: Total hot run time: 185430 ms |
doris-robot
commented
Jul 7, 2025
ClickBench: Total hot run time: 29.88 s |
doris-robot
commented
Jul 7, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Uh oh!
There was an error while loading. Please reload this page.
| 2 {"nested":[{"a":1,"c":1.1}]} | ||
| -- !sql_1 -- | ||
| ["1", ""1""] |
| // test cast to array<double> | ||
| qt_sql_14 """select cast(v['nested']['a'] as array<double>), size(cast(v['nested']['a'] as array<double>)) from ${table_name} order by k""" | ||
| qt_sql_15 """select cast(v['nested']['b'] as array<double>), size(cast(v['nested']['b'] as array<double>)) from ${table_name} order by k""" | ||
| qt_sql_16 """select cast(v['nested']['c'] as array<double>), size(cast(v['nested']['c'] as array<double>)) from ${table_name} order by k""" |
doris-robot
commented
Jul 10, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
amorynan
commented
Jul 10, 2025
run buildall |
doris-robot
commented
Jul 10, 2025
TPC-H: Total hot run time: 33338 ms |
doris-robot
commented
Jul 10, 2025
TPC-DS: Total hot run time: 185550 ms |
doris-robot
commented
Jul 10, 2025
ClickBench: Total hot run time: 29.78 s |
doris-robot
commented
Jul 10, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
1. fix variant type conflicts with scalar and array 2. fix multi-level array can be parse into variant which should be report as error 3. fix convert_field_to_type convert_numric_type do not use PrimitiveType 4. add UT for function_cast :: FromVariant
1. fix variant type conflicts with scalar and array 2. fix multi-level array can be parse into variant which should be report as error 3. fix convert_field_to_type convert_numric_type do not use PrimitiveType 4. add UT for function_cast :: FromVariant
1. fix variant type conflicts with scalar and array 2. fix multi-level array can be parse into variant which should be report as error 3. fix convert_field_to_type convert_numric_type do not use PrimitiveType 4. add UT for function_cast :: FromVariant
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)