[
https://issues.apache.org/jira/browse/ARROW-6592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Micah Kornfield resolved ARROW-6592.
------------------------------------
Fix Version/s: 1.0.0
Resolution: Fixed
Issue resolved by pull request 5482
[https://github.com/apache/arrow/pull/5482]
> [Java] Add support for skipping decoding of columns/field in Avro converter
> ---------------------------------------------------------------------------
>
> Key: ARROW-6592
> URL: https://issues.apache.org/jira/browse/ARROW-6592
> Project: Apache Arrow
> Issue Type: Sub-task
> Components: Java
> Reporter: Micah Kornfield
> Assignee: Ji Liu
> Priority: Major
> Labels: avro, pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 8h
> Remaining Estimate: 0h
>
> Users should be able to pass in a set of fields they wish to decode from Avro
> and the converter should avoid creating Vectors in the returned
> ArrowSchemaRoot. This would ideally support nested columns so if there was:
>
> Struct A {
> int B;
> int C;
> }
>
> The use could choose to only read A.B or A.C or both.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)