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 8728d3b commit 9832ec5Copy full SHA for 9832ec5
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala
@@ -315,7 +315,8 @@ class AstBuilder(conf: SQLConf) extends SqlBaseBaseVisitor[AnyRef] with Logging
315
}
316
317
/**
318
- * Create a partition specification map without optional values and a partition filter specification.
+ * Create a partition specification map without optional values
319
+ * and a partition filter specification.
320
*/
321
protected def visitPartition(ctx: PartitionSpecContext): (Map[String, String], Expression) = {
322
(visitNonOptionalPartitionSpec(ctx), visitPartitionFilterSpec(ctx))
0 commit comments