Skip to content

Commit

Permalink
Update GlutenSQLQueryTestSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma authored Nov 20, 2023
1 parent 050069e commit fc33106
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ++
Expand Down

0 comments on commit fc33106

Please sign in to comment.