-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Remove setting metastore SerDe name #23076
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
base: master
Are you sure you want to change the base?
Remove setting metastore SerDe name #23076
Conversation
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.
Could you confirm CI failueres? Also, is it possible to add a test?
7dcb3b1
to
d7244aa
Compare
{ | ||
SerDeInfo serdeInfo = new SerDeInfo(); | ||
serdeInfo.setName(tableName); |
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.
name
isn't an optional field at https://github.com/apache/hive/blob/04bb92ae6174d2953f42801593b1b709bcf1154c/standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift#L443. Is this change really safe?
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.
I find no where using this field. Spark doesn't set name either (code)
👋 Gentle reminder to continue where you left off @jinyangli34 and @ebyhr ... |
This pull request has gone a while without any activity. Ask for help on #core-dev on Trino slack. |
Description
Avoid setting tableName as serde Name in HMS
Fixes #23075
Release notes
( ) 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: