Skip to content

Conversation

@sarutak
Copy link
Member

@sarutak sarutak commented Feb 22, 2021

What changes were proposed in this pull request?

This PR replaces all the occurrences of symbol literals ('name) with string interpolation ($"name") in examples and documents.

Why are the changes needed?

Symbol literals are used to represent columns in Spark SQL but the Scala community seems to remove Symbol completely.
As we discussed in #31569, first we should replacing symbol literals with $"name" in user facing examples and documents.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Build docs.

@SparkQA
Copy link

SparkQA commented Feb 22, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/39938/

@SparkQA
Copy link

SparkQA commented Feb 23, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/39938/

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.

Are there all instances? Looks good

@SparkQA
Copy link

SparkQA commented Feb 23, 2021

Test build #135357 has finished for PR 31615 at commit 90436bd.

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

@HyukjinKwon
Copy link
Member

Merged to master.

@sarutak
Copy link
Member Author

sarutak commented Feb 24, 2021

Are there all instances? Looks good

I believe so. But I'll fix further if I find them in other places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants