[GitHub] hive pull request #251: HIVE-14836: Test the predicate pushing down support ...

2017-09-14 Thread winningsix
GitHub user winningsix opened a pull request: https://github.com/apache/hive/pull/251 HIVE-14836: Test the predicate pushing down support for Parquet vecto… …rization read path Add more unit test for Predicate pushing down for Parquet Vectorization. You can merge

[GitHub] hive pull request #113: HIVE-15112 Implement Parquet vectorization reader fo...

2016-11-20 Thread winningsix
Github user winningsix closed the pull request at: https://github.com/apache/hive/pull/113 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #116: HIVE-15112: Implement Parquet vectorization reader f...

2016-11-20 Thread winningsix
GitHub user winningsix opened a pull request: https://github.com/apache/hive/pull/116 HIVE-15112: Implement Parquet vectorization reader for Complex types Refactor UT You can merge this pull request into a Git repository by running: $ git pull https://github.com/winningsix

[GitHub] hive pull request #113: HIVE-15112 Implement Parquet vectorization reader fo...

2016-11-09 Thread winningsix
GitHub user winningsix opened a pull request: https://github.com/apache/hive/pull/113 HIVE-15112 Implement Parquet vectorization reader for Struct type Patch includes: 1. support for struct type 2. UT refine To be done: QTest for struct type You can merge

[GitHub] hive pull request #105: HIVE-13873 Column pruning for nested fields

2016-09-28 Thread winningsix
GitHub user winningsix opened a pull request: https://github.com/apache/hive/pull/105 HIVE-13873 Column pruning for nested fields You can merge this pull request into a Git repository by running: $ git pull https://github.com/winningsix/hive HIVE-13873 Alternatively you can

[GitHub] hive pull request #103: HIVE-14029: Update Spark version to 2.0.0

2016-09-27 Thread winningsix
Github user winningsix closed the pull request at: https://github.com/apache/hive/pull/103 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #104: HIVE-14815: Support vectorization for Parquet

2016-09-22 Thread winningsix
GitHub user winningsix opened a pull request: https://github.com/apache/hive/pull/104 HIVE-14815: Support vectorization for Parquet This patch includes the following changes: 1. Implement a vectorized Page reader which support dictionary and RLE encoding. 2. Enable

[GitHub] hive pull request #103: HIVE-14029: Update Spark version to 2.0.0

2016-09-22 Thread winningsix
GitHub user winningsix opened a pull request: https://github.com/apache/hive/pull/103 HIVE-14029: Update Spark version to 2.0.0 Changes include: * Spark API updates: 1. SparkShuffler#call return Iterator instead of Iterable 2. SparkListener -> JavaSparkListe