Skip to content

Commit

Permalink
Ignore TPCH Q17 which include avg
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Jun 15, 2024
1 parent c0de850 commit 0cfe176
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,11 +332,12 @@ class GlutenClickHouseDecimalSuite
spark.sql("drop table if exists decimals_test")
}
}

// FIXME: Support AVG for Decimal Type
Seq("true", "false").foreach {
allowPrecisionLoss =>
Range
.inclusive(1, 22)
.filter(_ != 17) // Ignore Q17 which include avg
.foreach {
sql_num =>
{
Expand Down

0 comments on commit 0cfe176

Please sign in to comment.