spark git commit: [SPARK-17354] [SQL] Partitioning by dates/timestamps should work with Parquet vectorized reader

2016-09-09 Thread davies
Repository: spark Updated Branches: refs/heads/branch-2.0 a7f1c1898 -> 6f02f40b4 [SPARK-17354] [SQL] Partitioning by dates/timestamps should work with Parquet vectorized reader This PR fixes `ColumnVectorUtils.populate` so that Parquet vectorized reader can read partitioned table with

spark git commit: [SPARK-17354] [SQL] Partitioning by dates/timestamps should work with Parquet vectorized reader

2016-09-09 Thread davies
Repository: spark Updated Branches: refs/heads/master a3981c28c -> f7d214370 [SPARK-17354] [SQL] Partitioning by dates/timestamps should work with Parquet vectorized reader ## What changes were proposed in this pull request? This PR fixes `ColumnVectorUtils.populate` so that Parquet