Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update SparkSqlParser.scala
  • Loading branch information
AngersZhuuuu committed Aug 12, 2020
commit c58729b6684690a07ef3a1f210c70ce5fe14dd70
Original file line number Diff line number Diff line change
Expand Up @@ -756,9 +756,9 @@ class SparkSqlAstBuilder(conf: SQLConf) extends AstBuilder(conf) {
schemaLess)
} else {
def format(
fmt: RowFormatContext,
configKey: String,
defaultConfigValue: String): ScriptIOFormat = fmt match {
fmt: RowFormatContext,
configKey: String,
defaultConfigValue: String): ScriptIOFormat = fmt match {
case c: RowFormatDelimitedContext =>
getRowFormatDelimited(c)

Expand Down