Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

PARQUET-603: Implement missing information in schema descriptor #97

Closed
wants to merge 3 commits into from

Conversation

majetideepak
Copy link

No description provided.

@@ -19,6 +19,7 @@
install(FILES
page.h
levels.h
properties.h
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed this in the previous patch

@@ -99,14 +99,18 @@ class SchemaDescriptor {

const schema::NodePtr& schema() const { return schema_; }

const schema::GroupNode* group() const { return group_; }

const schema::NodePtr& base(int i) const;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment explaining this method -- I'm wondering what might be a more descriptive name, like GetLeafRoot or something

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does GetColumnRoot sound ?

@wesm
Copy link
Member

wesm commented May 9, 2016

+1, thank you!

@asfgit asfgit closed this in bf51fc0 May 9, 2016
@majetideepak majetideepak deleted the LeafToBase branch May 9, 2016 15:31
asfgit pushed a commit to apache/arrow that referenced this pull request May 10, 2016
Depends on (mainly one line fixes):

- [x] apache/parquet-cpp#99
- [x] apache/parquet-cpp#98
- [x] apache/parquet-cpp#97

Author: Uwe L. Korn <uwelk@xhochy.com>
Author: Wes McKinney <wesm@apache.org>

Closes #73 from xhochy/arrow-91 and squashes the following commits:

7579fed [Uwe L. Korn] Mark single argument constructor as explicit
47441a1 [Uwe L. Korn] Assert that no exception was thrown
5fa1026 [Uwe L. Korn] Incorporate review comments
8d2db22 [Uwe L. Korn] ARROW-91: Basic Parquet read support
d9940d8 [Wes McKinney] Public API draft
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants