Reuven Lax created BEAM-6579:
--------------------------------

             Summary: 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
             Fix For: 2.10.0


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)

Reply via email to