yiguolei commented on a change in pull request #8041:
URL: https://github.com/apache/incubator-doris/pull/8041#discussion_r810593964



##########
File path: be/src/exec/tablet_sink.cpp
##########
@@ -683,7 +683,13 @@ Status OlapTableSink::init(const TDataSink& t_sink) {
     if (table_sink.__isset.send_batch_parallelism && 
table_sink.send_batch_parallelism > 1) {
         _send_batch_parallelism = table_sink.send_batch_parallelism;
     }
-
+    if (table_sink.partition.distributed_columns.empty()) {
+        if (table_sink.__isset.single_tablet_load_per_sink && 
table_sink.single_tablet_load_per_sink) {

Review comment:
       Please add a comment here, the meanings of these two params.




-- 
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

Reply via email to