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}
3939
4040import scala .collection .mutable
4141import scala .language .implicitConversions
42+ import org .apache .spark .sql .catalyst .CatalystConf
4243
4344/* Implicit conversions */
4445import scala .collection .JavaConversions ._
@@ -108,6 +109,7 @@ class TestHiveContext(sc: SparkContext) extends HiveContext(sc) {
108109 protected [sql] override lazy val conf : SQLConf = new SQLConf {
109110 override def numShufflePartitions : Int = getConf(SQLConf .SHUFFLE_PARTITIONS , " 5" ).toInt
110111 override def dialect : String = getConf(SQLConf .DIALECT , " hiveql" )
112+ setConf(CatalystConf .CASE_SENSITIVE , " false" )
111113 }
112114 }
113115
You can’t perform that action at this time.
0 commit comments