Open andygrove opened 2 days ago
Attention: Patch coverage is 50.00000%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 33.60%. Comparing base (
b74bfe4
) to head (4197982
). Report is 6 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...ain/scala/org/apache/comet/CometExecIterator.scala | 16.66% | 4 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Which issue does this PR close?
Related to https://github.com/apache/datafusion-comet/issues/1098
Rationale for this change
I would like to be able to save protobuf execution plans to disk and then write benchmarks for deserializing and creating physical plans.
What changes are included in this PR?
WIP
How are these changes tested?