datafusion-comet
datafusion-comet copied to clipboard
PR builds are failing: hashFiles('**/pom.xml') failed
Describe the bug
Error:
Error: The template is not valid. /Users/runner/work/datafusion-comet/datafusion-comet/./.github/actions/java-test/action.yaml (Line: 58, Col: 14): hashFiles('**/pom.xml') failed. Fail to hash files under directory '/Users/runner/work/datafusion-comet/datafusion-comet'
According to ChatGPT, there was change in GitHub recently causing hashFiles to fail if it does not find files. It seems like this was never really working correctly, possible due to the glob being evaluated against the wrong directory (not the checked out repo).
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
Thank you for addressing this @andygrove . I have my PR test failed for the same reason as well. https://github.com/apache/datafusion-comet/pull/2817