Skip to content

Commit 0a86b5b

Browse files
committed
fix rebase
1 parent 2937fe0 commit 0a86b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-test/suites/external_table_p0/hive/test_parquet_join_runtime_filter.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ suite("test_parquet_join_runtime_filter", "p0,external,hive,external_docker,exte
4141

4242

4343
def extractFilteredGroupsValue = { String profileText ->
44-
def values = (profileText =~ /FilteredGroups:\s*(\d+)/).collect { it[1].toLong() }
44+
def values = (profileText =~ /RowGroupsFiltered:\s*(\d+)/).collect { it[1].toLong() }
4545
return values.sort { a, b -> b <=> a }
4646
}
4747

0 commit comments

Comments
 (0)