[minor](variant) set variant_nested_group_discard_scalar_on_conflict default to false and refactor nested group interface#61065
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
There was a problem hiding this comment.
Pull request overview
Updates the BE configuration default for NestedGroup conflict handling in Variant columns, changing the default behavior when scalar data conflicts with NestedGroup array data.
Changes:
- Set
variant_nested_group_discard_scalar_on_conflictdefault fromtruetofalse.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
TPC-H: Total hot run time: 27686 ms |
TPC-DS: Total hot run time: 153378 ms |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
variant_nested_group_discard_scalar_on_conflict default to falsevariant_nested_group_discard_scalar_on_conflict default to false and refactor nested group interface
variant_nested_group_discard_scalar_on_conflict default to false and refactor nested group interfacevariant_nested_group_discard_scalar_on_conflict default to false and refactor nested group interface
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 27893 ms |
TPC-DS: Total hot run time: 153271 ms |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
skip check_coverage |
|
PR approved by anyone and no changes requested. |
airborne12
left a comment
There was a problem hiding this comment.
LGTM. Clean minor refactor: safer default for variant_nested_group_discard_scalar_on_conflict (throw on conflict instead of silent discard), and init_readers interface extended with ColumnMetaAccessor for downstream use. All implementations and tests updated consistently.
|
PR approved by at least one committer and no changes requested. |
…` default to false and refactor nested group interface (#61065)
No description provided.