eldenmoon commented on code in PR #59183:
URL: https://github.com/apache/doris/pull/59183#discussion_r2642239732
##########
be/src/vec/json/parse2column.cpp:
##########
@@ -237,4 +274,53 @@ void parse_json_to_variant(IColumn& column, const
ColumnString& raw_json_column,
column.finalize();
}
+// pasre the doc snapshot column to subcolumns
+void parse_binary_to_variant(ColumnVariant& column_variant) {
Review Comment:
materialize_docs_to_subcolumns
--
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]