Skip to content

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jinyangli34
Copy link
Contributor

@jinyangli34 jinyangli34 commented Aug 20, 2024

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:

# Section
* Fix some things. ({issue}`23075`)

@cla-bot cla-bot bot added the cla-signed label Aug 20, 2024
@github-actions github-actions bot added the hive Hive connector label Aug 20, 2024
Copy link
Member

@ebyhr ebyhr left a 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?

@jinyangli34 jinyangli34 force-pushed the jinyang-remove_set_serde_name branch from 7dcb3b1 to d7244aa Compare August 23, 2024 20:45
{
SerDeInfo serdeInfo = new SerDeInfo();
serdeInfo.setName(tableName);
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

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)

@github-actions github-actions bot added the stale label Sep 25, 2024
@trinodb trinodb deleted a comment from github-actions bot Sep 25, 2024
@ebyhr ebyhr added stale-ignore Use this label on PRs that should be ignored by the stale bot so they are not flagged or closed. and removed stale labels Sep 25, 2024
@mosabua
Copy link
Member

mosabua commented Oct 10, 2024

👋 Gentle reminder to continue where you left off @jinyangli34 and @ebyhr ...

@ebyhr ebyhr removed the stale-ignore Use this label on PRs that should be ignored by the stale bot so they are not flagged or closed. label Apr 1, 2025
Copy link

This pull request has gone a while without any activity. Ask for help on #core-dev on Trino slack.

@github-actions github-actions bot added the stale label Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Unable to create table with name > 128 on Hive Thrift metastore
3 participants