Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shuai-xu committed Dec 9, 2024
1 parent 0a01099 commit 73d0e25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ class GlutenClickhouseFunctionSuite extends GlutenClickHouseTPCHAbstractSuite {
sql("insert into test_7755 values('aAbBcC')")
compareResultsAgainstVanillaSpark(
"""
|select translate(id, 'abc', '12') from regexp_test
|select translate(id, 'abc', '12') from test_7755
""".stripMargin,
true,
{ _ => }
Expand Down

0 comments on commit 73d0e25

Please sign in to comment.