eldenmoon commented on code in PR #59183:
URL: https://github.com/apache/doris/pull/59183#discussion_r2642242158
##########
be/src/vec/columns/column_variant.h:
##########
@@ -279,6 +279,9 @@ class ColumnVariant final : public COWHelper<IColumn,
ColumnVariant> {
WrappedPtr serialized_sparse_column = ColumnMap::create(
ColumnString::create(), ColumnString::create(),
ColumnArray::ColumnOffsets::create());
+ WrappedPtr serialized_doc_snapshot_column = ColumnMap::create(
Review Comment:
_doc_value_column // unmaterilized column same encoding as sparse column
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]