HappenLee commented on code in PR #26915: URL: https://github.com/apache/doris/pull/26915#discussion_r1392387073
########## be/src/vec/sink/vrow_distribution.h: ########## @@ -146,9 +155,15 @@ class VRowDistribution { private: RuntimeState* _state = nullptr; + int _batch_size = 0; - // support only one partition column now - std::vector<std::vector<TStringLiteral>> _partitions_need_create; + // for auto partitions + std::vector<std::vector<TStringLiteral>> + _partitions_need_create; // support only one partition column now + std::unique_ptr<MutableBlock> _batching_block; + bool _deal_batched = false; // the last block. Review Comment: comment error -- 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