You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/09/10 08:07:57 UTC

[GitHub] [spark] yaooqinn commented on a change in pull request #29708: [SPARK-32840][SQL] Invalid interval value can happen to be just adhesive with the unit

yaooqinn commented on a change in pull request #29708:
URL: https://github.com/apache/spark/pull/29708#discussion_r486146569



##########
File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala
##########
@@ -2120,6 +2120,8 @@ class AstBuilder(conf: SQLConf) extends SqlBaseBaseVisitor[AnyRef] with Logging
     }
   }
 
+  private final val alphabet = "[a-zA-Z]".r.pattern

Review comment:
       OK updated.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org