xiaokang commented on code in PR #34089: URL: https://github.com/apache/doris/pull/34089#discussion_r1634149857
########## be/src/common/config.h: ########## @@ -1370,6 +1370,9 @@ DECLARE_Bool(enable_jvm_monitor); // Skip loading stale rowset meta when initializing `TabletMeta` from protobuf DECLARE_mBool(skip_loading_stale_rowset_meta); +// Whether to enable access column store in short circuit quries, otherwise report error +DECLARE_mBool(enable_short_circuit_query_access_column_store); Review Comment: change to session var -- 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]
