Github user gatorsmile commented on the pull request:

    https://github.com/apache/spark/pull/10525#issuecomment-168532152
  
    After this merge, I am unable to make a build in IntelliJ IDEA. It might be 
related to the naming? I hit the following the errors:
    
    ```
    Error:(1477, 5) not found: value SparkSqlParser
        SparkSqlParser.Number,
        ^
    Error:(1478, 5) not found: value SparkSqlParser
        SparkSqlParser.TinyintLiteral,
        ^
    Error:(1479, 5) not found: value SparkSqlParser
        SparkSqlParser.SmallintLiteral,
        ^
    Error:(1480, 5) not found: value SparkSqlParser
        SparkSqlParser.BigintLiteral,
        ^
    Error:(1481, 5) not found: value SparkSqlParser
        SparkSqlParser.DecimalLiteral)
        ^
    Error:(1686, 41) not found: value SparkSqlParser
        case ast: ASTNode if ast.getType == SparkSqlParser.StringLiteral =>
                                            ^
    Error:(1689, 41) not found: value SparkSqlParser
        case ast: ASTNode if ast.getType == SparkSqlParser.TOK_DATELITERAL =>
                                            ^
    Error:(1692, 41) not found: value SparkSqlParser
        case ast: ASTNode if ast.getType == SparkSqlParser.TOK_CHARSETLITERAL =>
                                            ^
    Error:(1695, 41) not found: value SparkSqlParser
        case ast: ASTNode if ast.getType == 
SparkSqlParser.TOK_INTERVAL_YEAR_MONTH_LITERAL =>
                                            ^
    Error:(1698, 41) not found: value SparkSqlParser
        case ast: ASTNode if ast.getType == 
SparkSqlParser.TOK_INTERVAL_DAY_TIME_LITERAL =>
                                            ^
    Error:(1701, 41) not found: value SparkSqlParser
        case ast: ASTNode if ast.getType == 
SparkSqlParser.TOK_INTERVAL_YEAR_LITERAL =>
                                            ^
    Error:(1704, 41) not found: value SparkSqlParser
        case ast: ASTNode if ast.getType == 
SparkSqlParser.TOK_INTERVAL_MONTH_LITERAL =>
                                            ^
    Error:(1707, 41) not found: value SparkSqlParser
        case ast: ASTNode if ast.getType == 
SparkSqlParser.TOK_INTERVAL_DAY_LITERAL =>
                                            ^
    Error:(1710, 41) not found: value SparkSqlParser
        case ast: ASTNode if ast.getType == 
SparkSqlParser.TOK_INTERVAL_HOUR_LITERAL =>
                                            ^
    Error:(1713, 41) not found: value SparkSqlParser
        case ast: ASTNode if ast.getType == 
SparkSqlParser.TOK_INTERVAL_MINUTE_LITERAL =>
                                            ^
    Error:(1716, 41) not found: value SparkSqlParser
        case ast: ASTNode if ast.getType == 
SparkSqlParser.TOK_INTERVAL_SECOND_LITERAL =>
                                            ^
    ```



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to