Closed Kimahriman closed 1 month ago
Attention: Patch coverage is 72.72727%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 54.84%. Comparing base (
c3023c5
) to head (7fe6963
). Report is 19 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
.../scala/org/apache/comet/serde/QueryPlanSerde.scala | 72.72% | 2 Missing and 1 partial :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 #992
Rationale for this change
Support the last complex type extractor for arrays and structs.
What changes are included in this PR?
Adds support for the
GetArrayStructFields
expression in Spark which extracts a nested struct field of an array of structs as an array of the inner field type.How are these changes tested?
New expression UT.