-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add support for CombineTextInputFormat from Hive #23072
Conversation
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to [email protected]. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
Can you change the commit message to Add support for CombineTextInputFormat from Hive |
8d3c3e0
to
7d887dd
Compare
@mosabua, the commit message has been changed. I'm not sure how to re-run the failing delta lake build |
is there anything else that I need to do on this PR for it to be merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mosabua PTAL at release notes. This is ready to be merged.
I will take care of release notes in the 461 RN PR. |
Added to release note now with suggested RN entry |
Thank you for the PR @sjdurfey .. this will be in the upcoming 461 release |
woohoo! Thanks, and you're welcome! |
Description
As brought up in #21842, I am unable to query text based hive tables that use
org.apache.hadoop.mapred.lib.CombineTextInputFormat
. I get this error:This change was the suggestion from the linked issue. To test this out I tried to query with Trino 453 without the code change, and I get this error on the CLI:
Then I built the hive plugin jar with the code change and copied it onto the Trino docker image I was using, and re-ran my query with success:
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:
c.c. @electrum