Skip to content

Commit

Permalink
fix failed uts
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Sep 4, 2024
1 parent fc9efea commit 51ed143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2938,7 +2938,7 @@ class GlutenClickHouseTPCHSaltNullParquetSuite extends GlutenClickHouseTPCHAbstr
}

test("soundex") {
runQueryAndCompare("select soundex(c_comment) from customer limit 50") {
runQueryAndCompare("select soundex(c_mktsegment) from customer limit 50") {
checkGlutenOperatorMatch[ProjectExecTransformer]
}
}
Expand Down

0 comments on commit 51ed143

Please sign in to comment.