yiguolei commented on code in PR #10355: URL: https://github.com/apache/doris/pull/10355#discussion_r919724363
########## be/src/common/config.h: ########## @@ -763,6 +763,8 @@ CONF_Int32(quick_compaction_batch_size, "10"); // do compaction min rowsets CONF_Int32(quick_compaction_min_rowsets, "10"); +CONF_mBool(enable_function_pushdown, "true"); Review Comment: Not enable it by default, the new feature should be an experimental feature and open it by default when 1.3 is released. -- 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