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

Fix compatibility issue on COLLECTION_DELIM in Hive 3.x for text file #1733

Closed
wants to merge 4 commits into from

Conversation

Anurag870
Copy link
Contributor

@Anurag870 Anurag870 commented Oct 12, 2019

Fixes #1714

HIVE-16922 fixed the typo of org.apache.hadoop.hive.serde.serdeConstants#COLLECTION_DELIM, but also introduced a breaking change.

#1321 fixed this compatibility issue for RC files while leaving TEXT files out.

…nts#COLLECTION_DELIM, but also introduced a breaking change.

trinodb#1321 fixed this compatibility issue for RC files, while leaving TEXT files out.
@cla-bot
Copy link

cla-bot bot commented Oct 12, 2019

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. For more information, see https://github.com/prestosql/cla.

@cla-bot
Copy link

cla-bot bot commented Oct 12, 2019

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. For more information, see https://github.com/prestosql/cla.

@cla-bot
Copy link

cla-bot bot commented Oct 12, 2019

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. For more information, see https://github.com/prestosql/cla.

@Praveen2112
Copy link
Member

hi, Thanks for raising this PR. I guess we can squash all the commits into a single one. And for a git commit message we follow these guidelines. The commit message can be like Fix reading collection delimiter set by Hive < 3.0 for text file

Copy link
Member

@findepi findepi left a comment

Choose a reason for hiding this comment

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

@Anurag870 thanks, a minor comment

@findepi findepi changed the title 1714 compatability issue on COLLECTION_DELIM in Hive 3.x Fix compatibility issue on COLLECTION_DELIM in Hive 3.x for text file Oct 13, 2019
@findepi
Copy link
Member

findepi commented Oct 13, 2019

@Anurag870 please make sure to fill the CLA.

@Anurag870
Copy link
Contributor Author

Anurag870 commented Oct 14, 2019

CLA sent @findepi

Co-Authored-By: Piotr Findeisen <piotr.findeisen@gmail.com>
@cla-bot
Copy link

cla-bot bot commented Oct 14, 2019

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. For more information, see https://github.com/prestosql/cla.

@martint
Copy link
Member

martint commented Oct 14, 2019

@cla-bot check

@cla-bot cla-bot bot added the cla-signed label Oct 14, 2019
@cla-bot
Copy link

cla-bot bot commented Oct 14, 2019

The cla-bot has been summoned, and re-checked this pull request!

@Praveen2112
Copy link
Member

@Anurag870 You can squash all the commits into a single one.

@ebyhr
Copy link
Member

ebyhr commented Oct 15, 2019

Also, let's update commit message like Fix compatibility issue on COLLECTION_DELIM in Hive since current message is too long.

@findepi
Copy link
Member

findepi commented Oct 15, 2019

Merged as c774294, thanks!

(i squashed the commits)

@findepi findepi closed this Oct 15, 2019
@findepi findepi added this to the 321 milestone Oct 15, 2019
@findepi findepi mentioned this pull request Oct 15, 2019
6 tasks
@Anurag870 Anurag870 deleted the compat-issue branch October 18, 2019 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Compat issue on COLLECTION_DELIM in Hive 3.x
5 participants