Abacn commented on PR #30638:
URL: https://github.com/apache/beam/pull/30638#issuecomment-2015476490

   There is (only) one integration test failing, not too bad:
   
   testBigQueryStorageReadProjectionPushdown 
(org.apache.beam.sdk.io.gcp.bigquery.BigQueryIOStorageReadIT) failed
   
   ```
   java.lang.RuntimeException: org.apache.beam.sdk.util.UserCodeException: 
java.lang.IllegalArgumentException: Error converting field 
Field{name=string_field, description=, type=STRING, options={{}}}: Not a valid 
schema field: string_field
   ...
   Caused by: org.apache.avro.AvroRuntimeException: Not a valid schema field: 
string_field
        at org.apache.avro.generic.GenericData$Record.get(GenericData.java:282)
        at 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryUtils.lambda$toBeamRow$5(BigQueryUtils.java:500)
   ```
   
   See https://github.com/apache/beam/runs/22988286765


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