HappenLee commented on a change in pull request #5468: URL: https://github.com/apache/incubator-doris/pull/5468#discussion_r589481334
########## File path: fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java ########## @@ -133,6 +134,9 @@ @VariableMgr.VarAttr(name = ENABLE_SPILLING) public boolean enableSpilling = false; + @VariableMgr.VarAttr(name = ENABLE_EXCHANGE_NODE_PARALLEL_MERGE) + public boolean enableExchangeNodeParallelMerge = true; Review comment: yes,I will change the default value. ---------------------------------------------------------------- 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. 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