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

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

                Author: ASF GitHub Bot
            Created on: 18/Oct/19 20:31
            Start Date: 18/Oct/19 20:31
    Worklog Time Spent: 10m 
      Work Description: amaliujia commented on issue #9831: [BEAM-8433] 
DataCatalogBigQueryIT runs for both Calcite and ZetaSQL d…
URL: https://github.com/apache/beam/pull/9831#issuecomment-543926793
 
 
   I tried `Junit Parameterized Test` idea. It turned out that that framework 
add `[` `]` to test name, and our testing infra use test name for temporarily 
BQ table name.
   
   The problem is I believe BQ table name does not allow `[` and `]`. That's 
why I ended with the implementation in this PR. 
   
   The future of duplicates as many as tests for both dialects will require 
take care of such details.
   
   
   A sample of error mesage:
   ```
   {
     "code" : 400,
     "errors" : [ {
       "domain" : "global",
       "message" : "Invalid table ID 
\"DataCatalogBigQueryIT_testReadWrite[org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner]_2019_10_18_20_10_21_376_5037052097078144632\".",
       "reason" : "invalid"
   ```
 
----------------------------------------------------------------
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:
us...@infra.apache.org


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

    Worklog Id:     (was: 330758)
    Time Spent: 50m  (was: 40m)

> DataCatalogBigQueryIT runs for both Calcite and ZetaSQL dialects
> ----------------------------------------------------------------
>
>                 Key: BEAM-8433
>                 URL: https://issues.apache.org/jira/browse/BEAM-8433
>             Project: Beam
>          Issue Type: Improvement
>          Components: dsl-sql
>            Reporter: Rui Wang
>            Assignee: Rui Wang
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




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

Reply via email to