Skip to content

[SPARK-46469][SQL] Clean up useless local variables in InsertIntoHiveTable - #44433

Closed
LuciferYang wants to merge 2 commits into
apache:masterfrom
LuciferYang:insert-into-hive-table
Closed

[SPARK-46469][SQL] Clean up useless local variables in InsertIntoHiveTable#44433
LuciferYang wants to merge 2 commits into
apache:masterfrom
LuciferYang:insert-into-hive-table

Conversation

@LuciferYang

@LuciferYangLuciferYang commented Dec 21, 2023

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This pr aims to cleans up the unused local variables partitionPath, hiveVersion, and doHiveOverwrite in InsertIntoHiveTable. The code that used these variables has already been cleaned up in SPARK-45309 | #43098.

Why are the changes needed?

Code cleanup.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Pass GitHub Actions

Was this patch authored or co-authored using generative AI tooling?

No

@LuciferYang

Copy link
Copy Markdown
ContributorAuthor

cc @HyukjinKwon

@yaooqinn

Copy link
Copy Markdown
Member

Thank you all, merged to master

@LuciferYang

Copy link
Copy Markdown
ContributorAuthor

Thanks @yaooqinn@HyukjinKwon

@LuciferYang
LuciferYang deleted the insert-into-hive-table branch March 30, 2026 08:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@LuciferYang@yaooqinn@HyukjinKwon