Skip to content

Commit

Permalink
[Bug](case) fix conflict table name between test_bitmap_intersect and…
Browse files Browse the repository at this point in the history
… test_bitmap… (apache#45314)

fix conflict table name between test_bitmap_intersect and test_bitmap_serialize
  • Loading branch information
BiteTheDDDDt authored Dec 12, 2024
1 parent 5706b6b commit 5fcf945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 """
Expand Down

0 comments on commit 5fcf945

Please sign in to comment.