Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Sep 14, 2024
1 parent 1bbff3c commit 16ad094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ suite("test_full_compaction") {
assert tabletJson.rowsets instanceof List
rowsetCount +=((List<String>) tabletJson.rowsets).size()
}
def cloudMode = isCloudMode.call()
def cloudMode = isCloudMode()
if (cloudMode) {
assert (rowsetCount == 2)
} else {
Expand Down

0 comments on commit 16ad094

Please sign in to comment.