Closed andygrove closed 1 month ago
Attention: Patch coverage is 0%
with 17 lines
in your changes missing coverage. Please review.
Project coverage is 34.28%. Comparing base (
e3ac6cf
) to head (6979696
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...mmon/src/main/scala/org/apache/comet/package.scala | 0.00% | 17 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Which issue does this PR close?
Closes https://github.com/apache/datafusion-comet/issues/1026 Closes https://github.com/apache/datafusion-comet/issues/1012
Rationale for this change
Our instructions for building from source produce a jar file that does not contain
comet-git-info.properties
and this results in an exception at runtime.We had the same issue with our Docker build because that also builds without git info.
What changes are included in this PR?
Use default values in
CometBuildInfo
instead of throwing an exception ifcomet-git-info.properties
does not exist.How are these changes tested?
I tested manually using our Docker/k8s instructions. This was previously failing for me.