Amraneze opened a new issue, #26981:
URL: https://github.com/apache/beam/issues/26981

   ### What happened?
   
   After upgrading Apache Beam to the today's latest version **2.48.0**, we 
encountered some issues with our tests. All tests were failing because of this 
following error:
   
   ````
   Caused by: java.lang.IllegalArgumentException: 
org.apache.beam.model.Function$SchemaCodeGen$9JxP0J5v must be defined in the 
same package as 
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.base.Function
   ````
   
   <img width="1225" alt="image" 
src="https://github.com/apache/beam/assets/28459763/68880f54-efe6-41ec-94a3-19d5d3e8c403";>
   
   It only happens when you have a nested schema. If we remove the nested 
schema it works fine.
   
   I created this repository 
[beam-schema-bug](https://github.com/Amraneze/beam-schema-bug) that you can run 
with *DirectRunner* to reproduce the issue.
   
   
   ### Issue Priority
   
   Priority: 1 (data loss / total loss of function)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [X] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


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