raulcd opened a new issue, #14949: URL: https://github.com/apache/arrow/issues/14949
### Describe the bug, including details regarding any error messages, version, and platform. This has been raised on Zulip. The jobs for `Source Release and Merge Script` are failing on several PRs and master. Example of failures: - https://github.com/apache/arrow/actions/runs/3687535449 - https://github.com/apache/arrow/pull/14926 - https://github.com/apache/arrow/actions/runs/3693047779/jobs/6252584126 From what I understand the error seems to be around the following not being found (but I might be mistaken as the output is quite difficult to follow): ``` - :path=>"java/adapter/avro/pom.xml"}, - {:hunks=> - [["- <version>11.0.0-SNAPSHOT</version>", - "+ <version>12.0.0-SNAPSHOT</version>"]], - :path=>"java/adapter/jdbc/pom.xml"}, - {:hunks=> - [["- <version>11.0.0-SNAPSHOT</version>", - "+ <version>12.0.0-SNAPSHOT</version>"]], - :path=>"java/adapter/orc/pom.xml"}, - {:hunks=> - [["- <version>11.0.0-SNAPSHOT</version>", - "+ <version>12.0.0-SNAPSHOT</version>"]], ``` I can't find any change lately that might be the cause. The first commit on master that seems to fail due to this issue is unrelated: https://github.com/apache/arrow/commit/4647739e46fc1fffb5e89b28f3faee4500a8ef9e ### Component(s) Continuous Integration -- 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]
