[ 
https://issues.apache.org/jira/browse/FLINK-23810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692531#comment-17692531
 ] 

hehuiyuan commented on FLINK-23810:
-----------------------------------

Hi [~jark]  [~twalthr] , whether to add the detail sql?

> Print  sql when parse failed  , which is convenient to find error sql from  
> multiple executed sql 
> --------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-23810
>                 URL: https://issues.apache.org/jira/browse/FLINK-23810
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / API
>            Reporter: hehuiyuan
>            Priority: Major
>              Labels: pull-request-available
>
> Print sql when parse failed , which is convenient to find error sql.
>  
> {code:java}
> public SqlNode parse(String sql) {
>     try {
>         SqlParser parser = SqlParser.create(sql, config);
>         return parser.parseStmt();
>     } catch (SqlParseException e) {
>         throw new SqlParserException("SQL parse failed. " + e.getMessage(), 
> e);
>     }
> }
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to