[
https://issues.apache.org/jira/browse/BEAM-6579?focusedWorklogId=194651&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-194651
]
ASF GitHub Bot logged work on BEAM-6579:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Feb/19 16:32
Start Date: 05/Feb/19 16:32
Worklog Time Spent: 10m
Work Description: reuvenlax commented on issue #7733: Cherrypick #7714
for 2.10.0: [BEAM-6579] Fix create disposition for the case of temporary tables
URL: https://github.com/apache/beam/pull/7733#issuecomment-460706309
LGTM
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 194651)
Time Spent: 2h 50m (was: 2h 40m)
> BigQueryIO improperly handles triggering when temp tables are used
> -------------------------------------------------------------------
>
> Key: BEAM-6579
> URL: https://issues.apache.org/jira/browse/BEAM-6579
> Project: Beam
> Issue Type: Bug
> Components: io-java-gcp
> Affects Versions: 2.9.0
> Reporter: Reuven Lax
> Assignee: Reuven Lax
> Priority: Major
> Fix For: 2.10.0
>
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> In WriteTables.java, the create disposition is changed to CREATE_NEVER for
> triggers after the first. This logic is correct when writing directly to the
> destination table - the table is created on the first write, and does not
> need to be recreated. However WriteTables is also used when writing to
> temporary tables, and the logic is incorrect in that case as a new table is
> created on every trigger.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)