damondouglas opened a new issue, #24807: URL: https://github.com/apache/beam/issues/24807
### What happened? The Playground Examples CI / check (java) / pre-check (pull_request) fails when changing the names of files. For example, https://github.com/apache/beam/actions/runs/3797038264/jobs/6457649054 shows the error message: ``` FileNotFoundError: [Errno 2] No such file or directory: '../../sdks/java/io/fileschematransform/src/main/java/org/apache/beam/sdk/io/fileschematransform/FileWriteSchemaTransformFormatProviders.java' ``` In the context of the PR check, the directory `fileschematransform` was changed to `file-schema-transform`. ### Issue Priority Priority: 3 (minor) ### Issue Components - [ ] Component: Python SDK - [ ] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam examples - [X] 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]
