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 dcdbd2c commit 09c47f0Copy full SHA for 09c47f0
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala
@@ -546,7 +546,9 @@ class HiveContext private[hive](
546
}
547
548
@transient
549
- protected[sql] override val sqlParser: ParserDialect = new ExtendedHiveQlParser(this)
+ protected[sql] override val sqlParser: ParserDialect = {
550
+ new SparkSQLParser(new ExtendedHiveQlParser(this))
551
+ }
552
553
554
private val hivePlanner = new SparkPlanner(this) with HiveStrategies {
0 commit comments