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 2bd2070ed260..da66ce93c5b3 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 @@ -774,6 +774,7 @@ class VeloxTestSettings extends BackendTestSettings { enableSuite[GlutenParquetV2AggregatePushDownSuite] enableSuite[GlutenOrcV1AggregatePushDownSuite] enableSuite[GlutenOrcV2AggregatePushDownSuite] + .exclude("nested column: Count(nested sub-field) not push down") enableSuite[GlutenParquetCodecSuite] // Unsupported compression codec. .exclude("write and read - file source parquet - codec: lz4")