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

PARQUET-582: Conversions functions for Parquet enums to Thrift enums#86

Closed
xhochy wants to merge 2 commits into
apache:masterfrom
xhochy:parquet-582
Closed

PARQUET-582: Conversions functions for Parquet enums to Thrift enums#86
xhochy wants to merge 2 commits into
apache:masterfrom
xhochy:parquet-582

Conversation

@xhochy
Copy link
Copy Markdown
Member

@xhochy xhochy commented Apr 16, 2016

No description provided.

@xhochy
Copy link
Copy Markdown
Member Author

xhochy commented Apr 16, 2016

I'm not totally done yet with write support but to make reviewing it easier, I'm trying to split it a bit up into independent parts that can be already reviewed & merged.

Comment thread src/parquet/thrift/util.h
}

static inline format::ConvertedType::type ToThrift(LogicalType::type type) {
// item 0 is NONE
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Add a DCHECK_NE(type, LogicalType::NONE)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Done.

@asfgit asfgit closed this in 198df4d Apr 17, 2016
@wesm
Copy link
Copy Markdown
Member

wesm commented Apr 17, 2016

+1, thank you

asfgit pushed a commit that referenced this pull request Apr 19, 2016
Depends on #86

Author: Uwe L. Korn <uwelk@xhochy.com>

Closes #87 from xhochy/parquet-583 and squashes the following commits:

9f3f050 [Uwe L. Korn] Incoperate feedback
86aed44 [Uwe L. Korn] PARQUET-583: Parquet to Thrift schema conversion
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants