Skip to content

Commit 3560573

Browse files
committed
try fix build
1 parent 74057fc commit 3560573

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
@@ -111,7 +111,7 @@ class ThriftServerQueryTestSuite extends SQLQueryTestSuite {
111111
// PostgreSQL enabled cartesian product by default.
112112
statement.execute(s"SET ${SQLConf.CROSS_JOINS_ENABLED.key} = true")
113113
statement.execute(s"SET ${SQLConf.ANSI_SQL_PARSER.key} = true")
114-
statement.execute(s"SET ${SQLConf.PREFER_INTEGRAL_DIVISION.key} = true")
114+
statement.execute(s"SET ${SQLConf.DIALECT.key} = ${SQLConf.Dialect.POSTGRESQL.toString}")
115115
case _ =>
116116
}
117117

0 commit comments

Comments
 (0)