spark git commit: [SPARK-8766] support non-ascii character in column names

2015-07-01 Thread davies
Repository: spark Updated Branches: refs/heads/master 1ce642890 - f958f27e2 [SPARK-8766] support non-ascii character in column names Use UTF-8 to encode the name of column in Python 2, or it may failed to encode with default encoding ('ascii'). This PR also fix a bug when there is Java

spark git commit: [SPARK-8766] support non-ascii character in column names

2015-07-01 Thread davies
Repository: spark Updated Branches: refs/heads/branch-1.4 228aabe24 - 17def3957 [SPARK-8766] support non-ascii character in column names Use UTF-8 to encode the name of column in Python 2, or it may failed to encode with default encoding ('ascii'). This PR also fix a bug when there is Java