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

    https://github.com/apache/spark/pull/275#discussion_r11130544
  
    --- 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 --
    
    I think maybe for TINYINT and SMALLINT we should just call them by their 
more obvious java names BYTE and SHORT.


---
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