This is an automated email from the ASF dual-hosted git repository. lwz9103 pushed a commit to branch liquid in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
commit a763275515e7824d753116ea8577f758420b51aa Author: Chang Chen <[email protected]> AuthorDate: Tue May 21 17:46:57 2024 +0800 [KY-UT] Disable 2 UTs, not related to gluten - UNSUPPORTED_FEATURE: Using Python UDF with unsupported join condition => it's a python environment issue. - SPARK-33449: simple select queries with file meta cache => it's a shaded issue. (cherry picked from commit 42831117042b54a40c8e89a18bde436d0ae7cdec) --- .../org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala index cd027ee51c..de3a42a5d0 100644 --- a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala +++ b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala @@ -928,6 +928,7 @@ class ClickHouseTestSettings extends BackendTestSettings { enableSuite[GlutenQueryCompilationErrorsSuite] .exclude("CANNOT_USE_MIXTURE: Using aggregate function with grouped aggregate pandas UDF") .exclude("UNSUPPORTED_FEATURE: Using pandas UDF aggregate expression with pivot") + .exclude("UNSUPPORTED_FEATURE: Using Python UDF with unsupported join condition") enableSuite[GlutenQueryExecutionErrorsSuite] .exclude( "INCONSISTENT_BEHAVIOR_CROSS_VERSION: compatibility with Spark 2.4/3.2 in reading/writing dates") @@ -1649,6 +1650,7 @@ class ClickHouseTestSettings extends BackendTestSettings { .exclude( "SPARK-26677: negated null-safe equality comparison should not filter matched row groups") .exclude("SPARK-34212 Parquet should read decimals correctly") + .exclude("SPARK-33449: simple select queries with file meta cache") enableSuite[GlutenParquetV2SchemaPruningSuite] .exclude("Spark vectorized reader - without partition data column - select a single complex field from a map entry and its parent map entry") .exclude("Spark vectorized reader - with partition data column - select a single complex field from a map entry and its parent map entry") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
