File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
sql/hive/src/main/scala/org/apache/spark/sql/hive/test Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ import org.apache.spark.{SparkConf, SparkContext}
39
39
40
40
import scala .collection .mutable
41
41
import scala .language .implicitConversions
42
+ import org .apache .spark .sql .catalyst .CatalystConf
42
43
43
44
/* Implicit conversions */
44
45
import scala .collection .JavaConversions ._
@@ -108,6 +109,7 @@ class TestHiveContext(sc: SparkContext) extends HiveContext(sc) {
108
109
protected [sql] override lazy val conf : SQLConf = new SQLConf {
109
110
override def numShufflePartitions : Int = getConf(SQLConf .SHUFFLE_PARTITIONS , " 5" ).toInt
110
111
override def dialect : String = getConf(SQLConf .DIALECT , " hiveql" )
112
+ setConf(CatalystConf .CASE_SENSITIVE , " false" )
111
113
}
112
114
}
113
115
You can’t perform that action at this time.
0 commit comments