spark git commit: [SPARK-15547][SQL] nested case class in encoder can have different number of fields from the real schema

2016-06-15 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 cb3bb1901 -> 61738a38a [SPARK-15547][SQL] nested case class in encoder can have different number of fields from the real schema There are 2 kinds of `GetStructField`: 1. resolved from `UnresolvedExtractValue`, and it will have a `name

spark git commit: [SPARK-15547][SQL] nested case class in encoder can have different number of fields from the real schema

2016-06-03 Thread lian
Repository: spark Updated Branches: refs/heads/master eb10b481c -> 61b80d552 [SPARK-15547][SQL] nested case class in encoder can have different number of fields from the real schema ## What changes were proposed in this pull request? There are 2 kinds of `GetStructField`: 1. resolved from `