Skip to content

Conversation

@MaxGekk
Copy link
Member

@MaxGekk MaxGekk commented Nov 28, 2020

What changes were proposed in this pull request?

Remove the unused method getTables() from r.SQLUtils. The method was used before the changes #17483 but R's tables.default was rewritten using listTables(): https://github.com/apache/spark/pull/17483/files#diff-2c01472a7bcb1d318244afcd621d726e00d36cd15dffe7e44fa96c54fce4cd9aR220-R223

Why are the changes needed?

To improve code maintenance, and remove the dead code.

Does this PR introduce any user-facing change?

No

How was this patch tested?

By R tests.

@SparkQA
Copy link

SparkQA commented Nov 28, 2020

Test build #131908 has finished for PR 30527 at commit bedd63b.

  • This patch fails to build.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Nov 28, 2020

Test build #131909 has finished for PR 30527 at commit cc3112d.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Nov 28, 2020

Test build #131912 has finished for PR 30527 at commit 7693c04.

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

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. Thank you for the investigation and clean-up, @MaxGekk .
Merged to master for Apache Spark 3.1.0.

Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

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

Yeah LGTM

@MaxGekk MaxGekk deleted the remove-getTables-in-r-SQLUtils branch February 19, 2021 15:03
Sign up for free to 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.

4 participants