Github user marmbrus commented on a diff in the pull request:

    https://github.com/apache/spark/pull/275#discussion_r11134685
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/SqlParser.scala ---
    @@ -122,6 +122,16 @@ class SqlParser extends StandardTokenParsers {
       protected val RIGHT = Keyword("RIGHT")
       protected val SELECT = Keyword("SELECT")
       protected val STRING = Keyword("STRING")
    +  protected val FLOAT = Keyword("FLOAT")
    +  protected val SMALLINT = Keyword("SMALLINT")
    +  protected val TINYINT = Keyword("TINYINT")
    --- End diff --
    
    Okay, I talked with Reynold a little bit more about this.  We aren't really 
sure where we want to go with our own SQL dialect so for now can we just leave 
this change out.  We want to avoid having to support things long term before we 
decide exactly how we are going to do things.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to