ahmedabu98 commented on issue #23907:
URL: https://github.com/apache/beam/issues/23907#issuecomment-1300526948

   The affected tests have a step that writes to BQ with `FILE_LOADS`. I've 
been reproducing locally and found the pipelines don't even start. They pass 
with `STREAMING_INSERTS` method though.
   
   The errors showing up in Spark examples in @mosche 's fix in #23936 
([here](https://ci-beam.apache.org/job/beam_PostCommit_Python_Examples_Spark_PR/17/testReport/apache_beam.examples.cookbook.bigquery_tornadoes_it_test/BigqueryTornadoesIT/test_bigquery_tornadoes_it_3/))
 now show the same error:
   ```
   RuntimeError: Pipeline 
BeamApp-jenkins-1102122925-c4be4910_cbaf26e4-874a-42dc-adf1-f3a63242d10c failed 
in state FAILED: java.lang.IllegalArgumentException: PCollectionNodes 
[PCollectionNode{id=ref_PCollection_PCollection_52, PCollection=unique_name: 
"61Write/BigQueryBatchFileLoads/TriggerLoadJobsWithoutTempTables.None"
   coder_id: "ref_Coder_FastPrimitivesCoder_3"
   is_bounded: BOUNDED
   windowing_strategy_id: "ref_Windowing_Windowing_1"
   }] were consumed but never produced
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to