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-1511: Pass the parameters in a configuration object to Schema… #1310

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

tianchen92
Copy link

…Converter

Make sure you have checked all steps below.

Jira

related to https://issues.apache.org/jira/browse/PARQUET-1511

Tests

  • My PR adds the following unit tests OR does not need testing for this extremely good reason:

Copy link
Member

@wgtmac wgtmac left a comment

Choose a reason for hiding this comment

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

IMHO, it is not a good practice to add the hadoop dependency to parquet-arrow.

cc @Fokko, please correct me if I was wrong.

}

// TODO(PARQUET-1511): pass the parameters in a configuration object
public SchemaConverter(final boolean convertInt96ToArrowTimestamp) {
Copy link
Contributor

Choose a reason for hiding this comment

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

We should also keep this constructor for backward compatibility

Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

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

@wgtmac You're right on this one. We don't want to introduce Hadoop since we're looking into decoupling from Hadoop.

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.

None yet

3 participants