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

[jira] [Created] (FLINK-16526) Escape character doesn't work for computed column

YufeiLiu created FLINK-16526:
--------------------------------

             Summary: Escape character doesn't work for computed column
                 Key: FLINK-16526
                 URL: https://issues.apache.org/jira/browse/FLINK-16526
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / API
    Affects Versions: 1.10.0
            Reporter: YufeiLiu


{code:sql}
json_row          ROW<`timestamp` BIGINT>,
`timestamp`   AS `json_row`.`timestamp`
{code}
It translate to "SELECT json_row.timestamp FROM __temp_table__"
Throws exception "Encountered ". timestamp" at line 1, column 157. Was expecting one of:..."



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