Skip to content

Commit

Permalink
Update SparkSqlParser.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Dec 9, 2020
1 parent 63bdb53 commit d3c65d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ class SparkSqlAstBuilder extends AstBuilder {

case c: RowFormatSerdeContext =>
// Use a serde format.
val CatalogStorageFormat(None, None, None, Some(name), _, props) = visitRowFormatSerde(c)
val SerdeInfo(None, None, Some(name), props) = visitRowFormatSerde(c)

// SPARK-10310: Special cases LazySimpleSerDe
val recordHandler = if (name == "org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe") {
Expand Down

0 comments on commit d3c65d4

Please sign in to comment.