[
https://issues.apache.org/jira/browse/BEAM-5782?focusedWorklogId=155567&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-155567
]
ASF GitHub Bot logged work on BEAM-5782:
----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Oct/18 18:54
Start Date: 17/Oct/18 18:54
Worklog Time Spent: 10m
Work Description: lukecwik commented on issue #6729: [BEAM-5782] Make
TableRows cloneable when read from Avro files.
URL: https://github.com/apache/beam/pull/6729#issuecomment-430746918
R: @chamikaramj
R: @reuvenlax
----------------------------------------------------------------
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: 155567)
Time Spent: 20m (was: 10m)
> BigQuery TableRows not cloneable when using Dataflow
> ----------------------------------------------------
>
> Key: BEAM-5782
> URL: https://issues.apache.org/jira/browse/BEAM-5782
> Project: Beam
> Issue Type: Bug
> Components: io-java-gcp
> Reporter: Luke Cwik
> Assignee: Luke Cwik
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> TableRows are expected to be cloneable.
> BigQueryAvroUtils converts repeated records using an ImmutableList which is
> not cloneable.
>
> Reproduction steps:
> 1. Clone the code
> [https://github.com/nahuellofeudo/row-clone-poc.git|https://www.google.com/url?q=https://github.com/nahuellofeudo/row-clone-poc.git&sa=D&usg=AFQjCNGkT0bYzhAoozGTQ4vsizxtphxj-g]
> 2. Run on Dataflow:
> mvn clean compile exec:java
> -Dexec.mainClass=org.apache.beam.examples.RowClonePoc \
> -Dexec.args="--runner=DataflowRunner
> --gcpTempLocation=gs://<GCS_TEMP_FOLDER> \
> --tempLocation=gs://<GCS_TEMP_FOLDER> --project=<PROJECT_ID>"
> -Pdataflow-runner
> 3. Run locally:
> mvn clean compile exec:java
> -Dexec.mainClass=org.apache.beam.examples.RowClonePoc \
> -Dexec.args="--tempLocation=gs://<GCS_TEMP_FOLDER>
> --project=<PROJECT_ID>"
> 4. Job execution on step 2 will fail [1].
> 5. Job execution on step 3 will success [2].
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)