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 0ef86cc commit 42eec09Copy full SHA for 42eec09
sql/hive/src/main/scala/org/apache/spark/sql/hive/TestHive.scala
@@ -104,6 +104,7 @@ class TestHiveContext(sc: SparkContext) extends HiveContext(sc) {
104
/** Fewer partitions to speed up testing. */
105
private[sql] override lazy val conf: SQLConf = new SQLConf {
106
override def numShufflePartitions: Int = getConf(SQLConf.SHUFFLE_PARTITIONS, "5").toInt
107
+ override def dialect: String = getConf(SQLConf.DIALECT, "hiveql")
108
}
109
110
/**
0 commit comments