Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PARQUET-290: Add data model to Avro reader builder #204

Closed
wants to merge 1 commit into from

Conversation

rdblue
Copy link
Contributor

@rdblue rdblue commented May 26, 2015

This PR currently includes #203, which will be removed when it is merged.

@tsdeng
Copy link
Contributor

tsdeng commented Jul 1, 2015

LGTM +1

@rdblue rdblue force-pushed the PARQUET-290-data-model-builder branch from 294e69f to d257a2c Compare July 2, 2015 00:29
@asfgit asfgit closed this in c334a1b Jul 2, 2015

@Override
protected ReadSupport<T> getReadSupport() {
if (isReflect) {
Copy link
Contributor

Choose a reason for hiding this comment

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

isReflect is always true. Shouldn't it be false by default?
The else below is unusable because of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants