spark-instrumented-optimizer/sql/hive
Nong Li 3708d13f1a [SPARK-12992] [SQL] Support vectorized decoding in UnsafeRowParquetRecordReader.
WIP: running tests. Code needs a bit of clean up.

This patch completes the vectorized decoding with the goal of passing the existing
tests. There is still more patches to support the rest of the format spec, even
just for flat schemas.

This patch adds a new flag to enable the vectorized decoding. Tests were updated
to try with both modes where applicable.

Once this is working well, we can remove the previous code path.

Author: Nong Li <nong@databricks.com>

Closes #11055 from nongli/spark-12992-2.
2016-02-08 22:21:26 -08:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution [SPARK-12913] [SQL] Improve performance of stat functions 2016-02-02 11:50:14 -08:00
src [SPARK-12992] [SQL] Support vectorized decoding in UnsafeRowParquetRecordReader. 2016-02-08 22:21:26 -08:00
pom.xml [SPARK-6363][BUILD] Make Scala 2.11 the default Scala version 2016-01-30 00:20:28 -08:00