GitHub user viirya opened a pull request:
https://github.com/apache/spark/pull/19736
[SPARK-22442][SQL][BRANCH-2.2][FOLLOWUP] ScalaReflection should produce
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/viirya/spark-1 SPARK-22442-2.2-followup
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19736.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #19736
----
commit 75d89850a0141497206ed76907f9c54148713e89
Author: Liang-Chi Hsieh <[email protected]>
Date: 2017-11-13T06:28:09Z
Use newTermName for compatible to scala 2.10.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]