You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2019/11/08 03:44:00 UTC

[jira] [Created] (BEAM-8592) DataCatalogTableProvider should not squash table components together into a string

Kenneth Knowles created BEAM-8592:
-------------------------------------

             Summary: DataCatalogTableProvider should not squash table components together into a string
                 Key: BEAM-8592
                 URL: https://issues.apache.org/jira/browse/BEAM-8592
             Project: Beam
          Issue Type: Bug
          Components: dsl-sql, dsl-sql-zetasql
            Reporter: Kenneth Knowles
            Assignee: Kenneth Knowles


Currently, if a user writes a table name like \{{foo.`baz.bar`.bizzle}} representing the components \{{"foo", "baz.bar", "bizzle"}} the DataCatalogTableProvider will concatenate the components into a string and resolve the identifier as if it represented \{{"foo", "baz", "bar", "bizzle"}}.



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