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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)