From fc33106016751aed1cc460e1f0dc925670348c3d Mon Sep 17 00:00:00 2001 From: Rong Ma Date: Mon, 20 Nov 2023 14:22:23 +0800 Subject: [PATCH] Update GlutenSQLQueryTestSuite.scala --- .../apache/spark/sql/GlutenSQLQueryTestSuite.scala | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gluten-ut/spark32/src/test/scala/org/apache/spark/sql/GlutenSQLQueryTestSuite.scala b/gluten-ut/spark32/src/test/scala/org/apache/spark/sql/GlutenSQLQueryTestSuite.scala index 540d126b48b87..308e3a9e1b190 100644 --- a/gluten-ut/spark32/src/test/scala/org/apache/spark/sql/GlutenSQLQueryTestSuite.scala +++ b/gluten-ut/spark32/src/test/scala/org/apache/spark/sql/GlutenSQLQueryTestSuite.scala @@ -223,18 +223,6 @@ class GlutenSQLQueryTestSuite "udf/udf-window.sql" // Local window fixes are not added. ) ++ otherIgnoreList - /** -<<<<<<< HEAD - * List of supported cases to run with Velox backend, in lower case. Please add to the supported - * list after enabling a sql test. - */ - - /** - * List of supported cases to run with Clickhouse backend, in lower case. Please add to the - * supported list after enabling a sql test. - */ - private val CHSupportedList: Set[String] = Set() - // List of supported cases to run with a certain backend, in lower case. private val supportedList: Set[String] = BackendsApiManager.getTestApiInstance.getSupportedSQLQueryTests ++