HappenLee commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439317382
########## File path: gensrc/thrift/PaloInternalService.thrift ########## @@ -136,6 +136,8 @@ struct TQueryOptions { // see BE config `max_pushdown_conditions_per_column` for details // if set, this will overwrite the BE config. 30: optional i32 max_pushdown_conditions_per_column + // whether enable spilling to disk + 31: optional bool enable_spilling = false; Review comment: The variable already in the doc。  I will change some detail of the doc. ---------------------------------------------------------------- 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