Skip to content

Commit

Permalink
[Fix UT] 'test cache mergetree data no partition columns' already fix…
Browse files Browse the repository at this point in the history
…ed by (#8346)
  • Loading branch information
baibaichen committed Dec 27, 2024
1 parent bffdebd commit cc48ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class GlutenClickHouseMergeTreeCacheDataSuite
spark.sql("drop table lineitem_mergetree_hdfs purge")
}

testSparkVersionLE33("test cache mergetree data no partition columns") {
test("test cache mergetree data no partition columns") {

spark.sql(s"""
|DROP TABLE IF EXISTS lineitem_mergetree_hdfs;
Expand Down

0 comments on commit cc48ef6

Please sign in to comment.