Skip to content

Commit 59ba235

Browse files
lost a line
1 parent 71aac75 commit 59ba235

File tree

1 file changed

+1
-0
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser

1 file changed

+1
-0
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ class AstBuilder extends SqlBaseBaseVisitor[AnyRef] with Logging {
220220
(key, value.getOrElse(throw new ParseException(s"Found empty key '$key'.", ctx)))
221221
})
222222
}
223+
223224
/**
224225
* Convert a constant of any type into a string. This is typically used in DDL commands, and its
225226
* main purpose is to prevent slight differences due to back to back conversions i.e.:

0 commit comments

Comments
 (0)