From 8afa641bded95c0365885adb2c3f7434800ae9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=97=AD?= Date: Fri, 20 Oct 2023 10:42:39 +0800 Subject: [PATCH] disable GlutenOrcV2AggregatePushDownSuite --- .../scala/io/glutenproject/utils/velox/VeloxTestSettings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala b/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala index 2bd2070ed260a..79aa7c70683ad 100644 --- a/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala +++ b/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala @@ -773,7 +773,7 @@ class VeloxTestSettings extends BackendTestSettings { enableSuite[GlutenParquetV1AggregatePushDownSuite] enableSuite[GlutenParquetV2AggregatePushDownSuite] enableSuite[GlutenOrcV1AggregatePushDownSuite] - enableSuite[GlutenOrcV2AggregatePushDownSuite] + // enableSuite[GlutenOrcV2AggregatePushDownSuite] enableSuite[GlutenParquetCodecSuite] // Unsupported compression codec. .exclude("write and read - file source parquet - codec: lz4")