[
https://issues.apache.org/jira/browse/PARQUET-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15465774#comment-15465774
]
Deepak Majeti commented on PARQUET-705:
---------------------------------------
The issue with using {{schema()}} for the descriptor is that we have another
{{schema()}} inside {{SchemaDescriptor}} that return the NodePtr. For instance,
the code inside {{parquet-dump-schema:29}} will become {{schema()->schema()}}.
> [C++] Consider renaming schema_descriptor() to schema() in FileMetaData
> -----------------------------------------------------------------------
>
> Key: PARQUET-705
> URL: https://issues.apache.org/jira/browse/PARQUET-705
> Project: Parquet
> Issue Type: Improvement
> Components: parquet-cpp
> Reporter: Wes McKinney
>
> This used to be called {{descr()}} and is now
> {{metadata()->schema_descriptor()}}. This may be simpler for 3rd-party users
> if called {{schema()}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)