You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jane Chan (Jira)" <ji...@apache.org> on 2022/03/05 09:24:00 UTC

[jira] [Created] (FLINK-26495) Dynamic table options does not work for view

Jane Chan created FLINK-26495:
---------------------------------

             Summary: Dynamic table options does not work for view
                 Key: FLINK-26495
                 URL: https://issues.apache.org/jira/browse/FLINK-26495
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / API
    Affects Versions: 1.15.0
            Reporter: Jane Chan


The dynamic table options (aka. table hints) syntax
{code:java}
table_identifier /*+ OPTIONS(key=val [, key=val]*) */ {code}
does not work for the view without any exception thrown or suggestions to users. It is not user-friendly and misleading. We should either throw a meaningful exception or support this feature for view.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)