We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd837f commit 2d47906Copy full SHA for 2d47906
sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala
@@ -315,6 +315,7 @@ class SQLQueryTestSuite extends QueryTest with SharedSparkSession {
315
// TODO: remove this after SPARK-29122 is resolved.
316
localSparkSession.sparkContext.setLocalProperty(
317
SQLConf.FAIL_ON_INTEGRAL_TYPE_OVERFLOW.key, "true")
318
+ localSparkSession.conf.set(SQLConf.DIALECT.key, SQLConf.Dialect.POSTGRESQL.toString)
319
case _ =>
320
}
321
0 commit comments