You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "Abacn (via GitHub)" <gi...@apache.org> on 2023/05/19 21:21:31 UTC

[GitHub] [beam] Abacn commented on issue #26789: [Bug]: BigQueryIO Storage API write autoUpdateSchema may cause data corruption

Abacn commented on issue #26789:
URL: https://github.com/apache/beam/issues/26789#issuecomment-1555266227

   I tried the steps in the description by
   
   1. Run a pipeline that write some data to a table
   2. Run another STORAGE_API_AT_LEAST_ONCE  pipeline, where
     - set `.withSchema` with a tableSchema that field order are shuffled
     - or Assemble TableRow order adding fields shuffled
   
   Both pipeline succeeded and wrote the expected results (checked the table data). Code snippet in #26796 


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org