eldenmoon commented on code in PR #66204:
URL: https://github.com/apache/doris/pull/66204#discussion_r3717503820


##########
be/src/exprs/function/function_variant_parse.cpp:
##########
@@ -82,6 +82,8 @@ class FunctionVariantParse final : public IFunction {
             ParseConfig parse_config;
             parse_config.check_duplicate_json_path =
                     config::variant_enable_duplicate_json_path_check;
+            parse_config.parse_to = enable_doc_mode ? 
ParseConfig::ParseTo::OnlyDocValueColumn

Review Comment:
   这里不用感知enable_doc_mode, 后面会把V1的删除



-- 
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]

Reply via email to