Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
loudongfeng committed Aug 7, 2024
1 parent a180432 commit b8a09f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ class GlutenClickhouseFunctionSuite extends GlutenClickHouseTPCHAbstractSuite {
|""".stripMargin)
// disable native scan so will get a spark row to CH column
withSQLConf(GlutenConfig.COLUMNAR_FILESCAN_ENABLED.key -> "false") {
compareResultsAgainstVanillaSpark("SELECT max(val) from test_array_decimal", true, { _ => }, false)
val q = "SELECT max(val) from test_array_decimal"
compareResultsAgainstVanillaSpark(q, true, { _ => }, false)
}
}
}
Expand Down

0 comments on commit b8a09f0

Please sign in to comment.