From 69ef11a0ca92ef2cf3bcfbc6bf644320e1431145 Mon Sep 17 00:00:00 2001 From: 924060929 <924060929@qq.com> Date: Wed, 19 Jun 2024 15:44:04 +0800 Subject: [PATCH] add case shuffle left --- .../nereids_syntax_p0/distribute/colocate_union_numbers.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/nereids_syntax_p0/distribute/colocate_union_numbers.groovy b/regression-test/suites/nereids_syntax_p0/distribute/colocate_union_numbers.groovy index 96bdb7fdb3c5c21..0a2db8194d8718e 100644 --- a/regression-test/suites/nereids_syntax_p0/distribute/colocate_union_numbers.groovy +++ b/regression-test/suites/nereids_syntax_p0/distribute/colocate_union_numbers.groovy @@ -53,7 +53,7 @@ suite("colocate_union_numbers") { // only contains one instance assertTrue(explainStr.count("StaticAssignedJob") == 1) - assertTrue(explainStr.count("DataGenScanNode") == 2) + assertTrue(explainStr.count(" DataGenScanNode{") == 2) } }