benkonz commented on PR #31107: URL: https://github.com/apache/beam/pull/31107#issuecomment-2079426790
@Abacn I found the cause of the issue in the test. The Flink runner wasn't able to access the local file-system with `avroio.ReadFromAvro(...)` and `avroio.WriteToAvro(...)`. I refactored the test in https://github.com/apache/beam/pull/31116 to create a PCollection from memory, rather than using temp directories, and verified that the previously failing gradle command works (`./gradlew :runners:flink:1.15:job-server:validatesCrossLanguageRunnerPythonUsingSql`). Could you take a look? -- 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]
