This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 41a236a27a3 branch-3.1: [test](p2) reduce broker_load_batch_size in
compaction_width_array_column #53797 (#53810)
41a236a27a3 is described below
commit 41a236a27a39153723ef3653502b33dbb52740a8
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 24 16:22:46 2025 +0800
branch-3.1: [test](p2) reduce broker_load_batch_size in
compaction_width_array_column #53797 (#53810)
Cherry-picked from #53797
Co-authored-by: Kaijie Chen <[email protected]>
---
regression-test/suites/compaction/compaction_width_array_column.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git
a/regression-test/suites/compaction/compaction_width_array_column.groovy
b/regression-test/suites/compaction/compaction_width_array_column.groovy
index 0204b9946c0..d80e67c6cd8 100644
--- a/regression-test/suites/compaction/compaction_width_array_column.groovy
+++ b/regression-test/suites/compaction/compaction_width_array_column.groovy
@@ -16,6 +16,7 @@
// under the License.
suite('compaction_width_array_column', "p2") {
+ sql """set global broker_load_batch_size = 4062;"""
String backend_id;
def backendId_to_backendIP = [:]
def backendId_to_backendHttpPort = [:]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]