Closed andygrove closed 2 weeks ago
Attention: Patch coverage is 66.66667%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 54.82%. Comparing base (
845b654
) to head (7cf7ab7
). Report is 12 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...scala/org/apache/comet/expressions/CometCast.scala | 66.66% | 2 Missing and 3 partials :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/814
Rationale for this change
As we add support for complex types, we will need to support CASTing them to string, so that users can run
df.show()
for example.What changes are included in this PR?
Implement CAST from struct to string
How are these changes tested?