spark git commit: [SPARK-15062][SQL] fix list type infer serializer issue

2016-05-02 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 1c19c2769 -> 0fd95be3c [SPARK-15062][SQL] fix list type infer serializer issue ## What changes were proposed in this pull request? Make serializer correctly inferred if the input type is `List[_]`, since `List[_]` is type of `Seq[_]`, bef

spark git commit: [SPARK-15062][SQL] fix list type infer serializer issue

2016-05-02 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-2.0 86167968f -> 733cbaa3c [SPARK-15062][SQL] fix list type infer serializer issue ## What changes were proposed in this pull request? Make serializer correctly inferred if the input type is `List[_]`, since `List[_]` is type of `Seq[_]`,