https://github.com/apache/spark
Revision 2f6dece033f0e93c3969d94acbc3ad7d56c78b92 authored by Liang-Chi Hsieh on 13 November 2017, 11:41:42 UTC, committed by Wenchen Fan on 13 November 2017, 11:41:42 UTC
## 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.
1 parent f736377
History
Tip revision: 2f6dece033f0e93c3969d94acbc3ad7d56c78b92 authored by Liang-Chi Hsieh on 13 November 2017, 11:41:42 UTC
[SPARK-22442][SQL][BRANCH-2.2][FOLLOWUP] ScalaReflection should produce correct field names for special characters
Tip revision: 2f6dece

README.md

back to top