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

[SPARK-34153][SQL][2.4] Remove unused getRawTable() from HiveExternalCatalog.alterPartitions() #31242

Conversation

MaxGekk
Copy link
Member

@MaxGekk MaxGekk commented Jan 19, 2021

What changes were proposed in this pull request?

Remove unused call of getRawTable() from HiveExternalCatalog.alterPartitions().

Why are the changes needed?

It reduces the number of calls to Hive External catalog.

Does this PR introduce any user-facing change?

No

How was this patch tested?

By existing test suites.

Authored-by: Max Gekk max.gekk@gmail.com
Signed-off-by: HyukjinKwon gurwls223@apache.org
(cherry picked from commit bea10a6)
Signed-off-by: Max Gekk max.gekk@gmail.com

@HyukjinKwon
Copy link
Member

Merged to branch-2.4.

HyukjinKwon pushed a commit that referenced this pull request Jan 19, 2021
…nalCatalog.alterPartitions()`

### What changes were proposed in this pull request?
Remove unused call of `getRawTable()` from `HiveExternalCatalog.alterPartitions()`.

### Why are the changes needed?
It reduces the number of calls to Hive External catalog.

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
By existing test suites.

Authored-by: Max Gekk <max.gekkgmail.com>
Signed-off-by: HyukjinKwon <gurwls223apache.org>
(cherry picked from commit bea10a6)
Signed-off-by: Max Gekk <max.gekkgmail.com>

Closes #31242 from MaxGekk/remove-getRawTable-from-alterPartitions-2.4.

Authored-by: Max Gekk <max.gekk@gmail.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
@SparkQA
Copy link

SparkQA commented Jan 19, 2021

Test build #134218 has finished for PR 31242 at commit 0e5e7de.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants