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 71aac75 commit 59ba235Copy full SHA for 59ba235
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala
@@ -220,6 +220,7 @@ class AstBuilder extends SqlBaseBaseVisitor[AnyRef] with Logging {
220
(key, value.getOrElse(throw new ParseException(s"Found empty key '$key'.", ctx)))
221
})
222
}
223
+
224
/**
225
* Convert a constant of any type into a string. This is typically used in DDL commands, and its
226
* main purpose is to prevent slight differences due to back to back conversions i.e.:
0 commit comments