Abacn commented on PR #30638:
URL: https://github.com/apache/beam/pull/30638#issuecomment-1998128575
There are test failures related to avro code generation dependency change:
```
java.lang.NoClassDefFoundError: Could not initialize class
org.apache.beam.sdk.io.gcp.bigquery.AvroGenericRecordToStorageApiProtoTest
...
```
and
```
java.lang.AssertionError: null definition should throw an exception:
unexpected exception type thrown; expected:<java.lang.NullPointerException> but
was:<org.apache.avro.SchemaParseException>
at org.junit.Assert.assertThrows(Assert.java:1020)
at
org.apache.beam.sdk.io.gcp.pubsub.PubsubClientTest.fromPubsubSchema(PubsubClientTest.java:206)
Caused by: org.apache.avro.SchemaParseException: Cannot parse <null> schema
at org.apache.avro.Schema.parse(Schema.java:1692)
```
see https://github.com/apache/beam/runs/22672196056
--
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]