You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "jackray wang (Jira)" <ji...@apache.org> on 2020/03/17 07:36:00 UTC

[jira] [Created] (FLINK-16630) '@version' STRING is not support

jackray wang created FLINK-16630:
------------------------------------

             Summary:  '@version' STRING is not support
                 Key: FLINK-16630
                 URL: https://issues.apache.org/jira/browse/FLINK-16630
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Client
    Affects Versions: 1.10.0
            Reporter: jackray wang


{code:java}
// After the data is processed by logstash, the following fields will appear
create table ss(
     '@version' STRING
 )

{code}
{code:java}
 [ERROR] Could not execute SQL statement. Reason: org.apache.flink.table.api.SqlParserException: SQL parse failed. Encountered "\'@version\'" at line 2, column 1. Was expecting one of: "PRIMARY" ... "UNIQUE" ... "WATERMARK" ... <BRACKET_QUOTED_IDENTIFIER> ... <QUOTED_IDENTIFIER> ... <BACK_QUOTED_IDENTIFIER> ...
{code}
 

what is the @ ‘s means in flinksql? can you support this feature?

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)