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-22442][SQL][BRANCH-2.2][FOLLOWUP] ScalaReflection should produce correct field names for special characters #19736

Closed
wants to merge 1 commit into from

Conversation

viirya
Copy link
Member

@viirya viirya commented Nov 13, 2017

What changes were proposed in this pull request?

val TermName: TermNameExtractor is new in scala 2.11. For 2.10, we should use deprecated newTermName.

How was this patch tested?

Build locally with scala 2.10.

@viirya
Copy link
Member Author

viirya commented Nov 13, 2017

cc @felixcheung

@SparkQA
Copy link

SparkQA commented Nov 13, 2017

Test build #83771 has started for PR 19736 at commit 75d8985.

@viirya
Copy link
Member Author

viirya commented Nov 13, 2017

retest this please.

@cloud-fan
Copy link
Contributor

LGTM

@SparkQA
Copy link

SparkQA commented Nov 13, 2017

Test build #83775 has finished for PR 19736 at commit 75d8985.

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

@cloud-fan
Copy link
Contributor

thanks, merging to master!

asfgit pushed a commit that referenced this pull request Nov 13, 2017
…ce correct field names for special characters

## What changes were proposed in this pull request?

`val TermName: TermNameExtractor` is new in scala 2.11. For 2.10, we should use deprecated `newTermName`.

## How was this patch tested?

Build locally with scala 2.10.

Author: Liang-Chi Hsieh <viirya@gmail.com>

Closes #19736 from viirya/SPARK-22442-2.2-followup.
@viirya
Copy link
Member Author

viirya commented Nov 13, 2017

Thanks @cloud-fan @felixcheung

@viirya viirya closed this Nov 13, 2017
MatthewRBruce pushed a commit to Shopify/spark that referenced this pull request Jul 31, 2018
…ce correct field names for special characters

## What changes were proposed in this pull request?

`val TermName: TermNameExtractor` is new in scala 2.11. For 2.10, we should use deprecated `newTermName`.

## How was this patch tested?

Build locally with scala 2.10.

Author: Liang-Chi Hsieh <viirya@gmail.com>

Closes apache#19736 from viirya/SPARK-22442-2.2-followup.
@viirya viirya deleted the SPARK-22442-2.2-followup branch December 27, 2023 18:34
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