datafusion-comet icon indicating copy to clipboard operation
datafusion-comet copied to clipboard

PR builds are failing: hashFiles('**/pom.xml') failed

Open andygrove opened this issue 1 month ago • 1 comments

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

andygrove avatar Nov 24 '25 14:11 andygrove

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

coderfender avatar Nov 24 '25 20:11 coderfender