Skip to content

[Minor] [SQL] Cleans up DataFrame variable names and toDF() calls #4670

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

Closed
wants to merge 1 commit into from

Conversation

liancheng
Copy link
Contributor

Although we've migrated to the DataFrame API, lots of code still uses rdd or srdd as local variable names. This PR tries to address these naming inconsistencies and some other minor DataFrame related style issues.

Review on Reviewable

@liancheng
Copy link
Contributor Author

cc @rxin

@SparkQA
Copy link

SparkQA commented Feb 18, 2015

Test build #27674 has started for PR 4670 at commit 3e14448.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Feb 18, 2015

Test build #27674 has finished for PR 4670 at commit 3e14448.

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

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27674/
Test PASSed.

@rxin
Copy link
Contributor

rxin commented Feb 18, 2015

Thanks for doing this.

asfgit pushed a commit that referenced this pull request Feb 18, 2015
Although we've migrated to the DataFrame API, lots of code still uses `rdd` or `srdd` as local variable names. This PR tries to address these naming inconsistencies and some other minor DataFrame related style issues.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/4670)
<!-- Reviewable:end -->

Author: Cheng Lian <lian@databricks.com>

Closes #4670 from liancheng/df-cleanup and squashes the following commits:

3e14448 [Cheng Lian] Cleans up DataFrame variable names and toDF() calls

(cherry picked from commit 61ab085)
Signed-off-by: Reynold Xin <rxin@databricks.com>
@asfgit asfgit closed this in 61ab085 Feb 18, 2015
@liancheng liancheng deleted the df-cleanup branch February 18, 2015 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants