eldenmoon commented on code in PR #53083: URL: https://github.com/apache/doris/pull/53083#discussion_r2225488853
########## be/src/cloud/schema_cloud_dictionary_cache.cpp: ########## @@ -86,7 +108,8 @@ Status process_dictionary(SchemaCloudDictionary& dict, const google::protobuf::RepeatedPtrField<ItemPB>& items, const std::function<bool(const ItemPB&)>& filter, const std::function<void(int32_t)>& add_dict_key_fn, - RowsetMetaCloudPB* rowset_meta) { + RowsetMetaCloudPB* rowset_meta, + bool enable_variant_flatten_nested = false) { Review Comment: the flag is not used -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org