Skip to content

Commit

Permalink
fix failed ut
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcclp committed Jun 13, 2024
1 parent 86269ac commit 6871923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ class GlutenClickHouseMergeTreePathBasedWriteSuite
.flatMap(partition => partition.asInstanceOf[GlutenMergeTreePartition].partList)
.map(_.name)
.distinct
assertResult(1)(touchedParts.size)
assertResult(4)(touchedParts.size)

// test upsert on partitioned & bucketed table
upsertSourceTableAndCheck(dataPath)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ class GlutenClickHouseMergeTreeWriteSuite
.flatMap(partition => partition.asInstanceOf[GlutenMergeTreePartition].partList)
.map(_.name)
.distinct
assertResult(1)(touchedParts.size)
assertResult(4)(touchedParts.size)

// test upsert on partitioned & bucketed table
upsertSourceTableAndCheck("lineitem_mergetree_bucket")
Expand Down

0 comments on commit 6871923

Please sign in to comment.