Skip to content

Commit f7ad82e

Browse files
committed
fix ThriftServerQueryTestSuite
1 parent 3ae7811 commit f7ad82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ThriftServerQueryTestSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class ThriftServerQueryTestSuite extends SQLQueryTestSuite {
117117
}
118118

119119
testCase match {
120-
case _: PgSQLTest =>
120+
case _: PgSQLTest | _: AnsiTest =>
121121
statement.execute(s"SET ${SQLConf.ANSI_ENABLED.key} = true")
122122
case _ =>
123123
statement.execute(s"SET ${SQLConf.ANSI_ENABLED.key} = false")

0 commit comments

Comments
 (0)