[ 
https://issues.apache.org/jira/browse/BEAM-8592?focusedWorklogId=340734&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-340734
 ]

ASF GitHub Bot logged work on BEAM-8592:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Nov/19 20:34
            Start Date: 08/Nov/19 20:34
    Worklog Time Spent: 10m 
      Work Description: kennknowles commented on issue #10021: [BEAM-8592] 
Adjusting ZetaSQL table resolution to standard
URL: https://github.com/apache/beam/pull/10021#issuecomment-551980244
 
 
   "join compound identifiers" table resolver is removed. In fact, all uses of 
`TableResolver` are unused. There is just one form of table resolution. There 
is a lot of unused code that I did not get all the way to deleting because I 
was focused on getting it working first. I will now go and clear it up a bit 
more.
   
   I will take another look at the test file and see if there are tests that 
should be in unit tests of some other class.
   
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 340734)
    Time Spent: 20m  (was: 10m)

> 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
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to