This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 88b36177e81 [regression-test](fix) two tests using same table (#45312)
88b36177e81 is described below
commit 88b36177e81e7ab83a42ffb18322d990dd0d4c16
Author: shuke <[email protected]>
AuthorDate: Wed Dec 11 21:09:01 2024 +0800
[regression-test](fix) two tests using same table (#45312)
---
regression-test/suites/correctness_p0/test_bitmap_intersect.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regression-test/suites/correctness_p0/test_bitmap_intersect.groovy
b/regression-test/suites/correctness_p0/test_bitmap_intersect.groovy
index 4023e5dac8c..6d3866fea86 100644
--- a/regression-test/suites/correctness_p0/test_bitmap_intersect.groovy
+++ b/regression-test/suites/correctness_p0/test_bitmap_intersect.groovy
@@ -16,7 +16,7 @@
// under the License.
suite("test_bitmap_intersect") {
- def tableName = "test_bitmap"
+ def tableName = "test_bitmap_intersect"
sql """ DROP TABLE IF EXISTS ${tableName} """
@@ -35,4 +35,4 @@
select bitmap_to_string(bitmap_intersect(user_ids)) from ( select tag,
bitmap_union(user_ids) user_ids
from ${tableName} group by tag ) t; """
- }
\ No newline at end of file
+ }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]