spark git commit: [SPARK-15308][SQL] RowEncoder should preserve nested column name.

2016-05-20 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 0066d35cc -> 78c8825bd [SPARK-15308][SQL] RowEncoder should preserve nested column name. ## What changes were proposed in this pull request? The following code generates wrong schema: ``` val schema = new StructType().add( "struct",

spark git commit: [SPARK-15308][SQL] RowEncoder should preserve nested column name.

2016-05-20 Thread rxin
Repository: spark Updated Branches: refs/heads/master 9a9c6f5c2 -> d2e1aa97e [SPARK-15308][SQL] RowEncoder should preserve nested column name. ## What changes were proposed in this pull request? The following code generates wrong schema: ``` val schema = new StructType().add( "struct", n