spark git commit: [SPARK-7858] [SQL] Use output schema, not relation schema, for data source input conversion

2015-05-26 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.4 311fcf67e -> faadbd4d9 [SPARK-7858] [SQL] Use output schema, not relation schema, for data source input conversion In `DataSourceStrategy.createPhysicalRDD`, we use the relation schema as the target schema for converting incoming rows

spark git commit: [SPARK-7858] [SQL] Use output schema, not relation schema, for data source input conversion

2015-05-26 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 03668348e -> 0c33c7b4a [SPARK-7858] [SQL] Use output schema, not relation schema, for data source input conversion In `DataSourceStrategy.createPhysicalRDD`, we use the relation schema as the target schema for converting incoming rows int