Hello, I am trying to create a PR for BEAM-6673 which adds schema support for BigQuery reads (https://github.com/apache/beam/pull/8620). However, one of the pre-commit tests is failing in the (unrelated) Docker module:
*Task :sdks:java:container:docker* FAILEDADD failed: stat /var/lib/docker/tmp/docker-builder145327764/target/kafka-clients.jar: no such file or directory I have not touched this code so the test failure is not caused by any of my changes. I have tried re-running the test suite but the failure still persists. From a quick glance, it looks like the kafka-clients dependency is designated as "provided" so perhaps the failure is caused by the Jenkins machine not having the required jar file? I would really appreciate some help with resolving this issue so that I can submit my PR for review. Thank you. Best regards, Charith
