Skip to content

Commit

Permalink
Ignore tests for CH
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Nov 21, 2023
1 parent 7f0c711 commit fabec9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package io.glutenproject.utils.clickhouse
import io.glutenproject.utils.BackendTestSettings

import org.apache.spark.sql._
import org.apache.spark.sql.GlutenTestConstants.GLUTEN_TEST
import org.apache.spark.sql.catalyst.expressions._
import org.apache.spark.sql.connector._
import org.apache.spark.sql.errors._
Expand Down Expand Up @@ -154,6 +155,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("collect functions should be able to cast to array type with no null values")
.exclude("SPARK-17616: distinct aggregate combined with a non-partial aggregate")
.exclude("SPARK-19471: AggregationIterator does not initialize the generated result projection before using it")
.exclude(GLUTEN_TEST + "SPARK-19471: AggregationIterator does not initialize the generated" +
" result projection before using it")
.exclude("SPARK-26021: NaN and -0.0 in grouping expressions")
.exclude("SPARK-32038: NormalizeFloatingNumbers should work on distinct aggregate")
.exclude("SPARK-32136: NormalizeFloatingNumbers should work on null struct")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package io.glutenproject.utils.clickhouse
import io.glutenproject.utils.BackendTestSettings

import org.apache.spark.sql._
import org.apache.spark.sql.GlutenTestConstants.GLUTEN_TEST
import org.apache.spark.sql.catalyst.expressions._
import org.apache.spark.sql.connector._
import org.apache.spark.sql.errors._
Expand Down Expand Up @@ -156,6 +157,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("collect functions should be able to cast to array type with no null values")
.exclude("SPARK-17616: distinct aggregate combined with a non-partial aggregate")
.exclude("SPARK-19471: AggregationIterator does not initialize the generated result projection before using it")
.exclude(GLUTEN_TEST + "SPARK-19471: AggregationIterator does not initialize the generated" +
" result projection before using it")
.exclude("SPARK-26021: NaN and -0.0 in grouping expressions")
.exclude("SPARK-32038: NormalizeFloatingNumbers should work on distinct aggregate")
.exclude("SPARK-32136: NormalizeFloatingNumbers should work on null struct")
Expand Down

0 comments on commit fabec9d

Please sign in to comment.