You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Flavio Pompermaier (JIRA)" <ji...@apache.org> on 2018/10/16 09:22:00 UTC

[jira] [Created] (FLINK-10562) Relax (or document) table name constraints

Flavio Pompermaier created FLINK-10562:
------------------------------------------

             Summary: Relax (or document) table name constraints
                 Key: FLINK-10562
                 URL: https://issues.apache.org/jira/browse/FLINK-10562
             Project: Flink
          Issue Type: Improvement
          Components: Table API &amp; SQL
    Affects Versions: 1.6.1
            Reporter: Flavio Pompermaier


At the moment it's not possible to register a table whose name starts with a number (e.g. 1_test). Moreover this constraint is not reported in the documentation.

I propose to enable table name escaping somehow in order to enable more general scenarios like those having spaces in between (e.g. select * from 'my table' ).

Best,
Flavio

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)