This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 5fcf945b7ed [Bug](case) fix conflict table name between
test_bitmap_intersect and test_bitmap… (#45314)
5fcf945b7ed is described below
commit 5fcf945b7edceae331a926f4a1cbd17c6389a507
Author: Pxl <[email protected]>
AuthorDate: Thu Dec 12 11:47:49 2024 +0800
[Bug](case) fix conflict table name between test_bitmap_intersect and
test_bitmap… (#45314)
fix conflict table name between test_bitmap_intersect and
test_bitmap_serialize
---
regression-test/suites/correctness_p0/test_bitmap_serialize.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regression-test/suites/correctness_p0/test_bitmap_serialize.groovy
b/regression-test/suites/correctness_p0/test_bitmap_serialize.groovy
index d9d899f1706..cf3b4b169d8 100644
--- a/regression-test/suites/correctness_p0/test_bitmap_serialize.groovy
+++ b/regression-test/suites/correctness_p0/test_bitmap_serialize.groovy
@@ -16,7 +16,7 @@
// under the License.
suite("test_bitmap_serialize") {
- def tableName = "test_bitmap"
+ def tableName = "test_bitmap_serialize"
sql """ DROP TABLE IF EXISTS ${tableName} """
sql """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]