hive git commit: HIVE-11466: HIVE-10166 generates more data on hive.log causing Jenkins to fill all the disk (Reviewed by Prasanth)

2015-08-07 Thread xuefu
Repository: hive Updated Branches: refs/heads/spark 80f548af3 -> 725248174 HIVE-11466: HIVE-10166 generates more data on hive.log causing Jenkins to fill all the disk (Reviewed by Prasanth) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/a

hive git commit: HIVE-11466: HIVE-10166 generates more data on hive.log causing Jenkins to fill all the disk (Reviewed by Prasanth)

2015-08-07 Thread xuefu
Repository: hive Updated Branches: refs/heads/master dc4777ce5 -> 835d718d2 HIVE-11466: HIVE-10166 generates more data on hive.log causing Jenkins to fill all the disk (Reviewed by Prasanth) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/

hive git commit: HIVE-11448: Support vectorization of Multi-OR and Multi-AND (Matt McCline, reviewed by Gopal V)

2015-08-07 Thread gunther
Repository: hive Updated Branches: refs/heads/branch-1 8d6f974ab -> 4dc503ba7 HIVE-11448: Support vectorization of Multi-OR and Multi-AND (Matt McCline, reviewed by Gopal V) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/4

hive git commit: HIVE-11448: Support vectorization of Multi-OR and Multi-AND (Matt McCline, reviewed by Gopal V)

2015-08-07 Thread gunther
Repository: hive Updated Branches: refs/heads/master b6f1dfacc -> dc4777ce5 HIVE-11448: Support vectorization of Multi-OR and Multi-AND (Matt McCline, reviewed by Gopal V) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/dc4

hive git commit: HIVE-11428: Adding missing files for Performance: Struct IN() clauses are extremely slow (Hari Sankar Sivarama Subramaniyan, reviewed by Gopal V)

2015-08-07 Thread harisankar
Repository: hive Updated Branches: refs/heads/branch-1 0f944edc9 -> 8d6f974ab HIVE-11428: Adding missing files for Performance: Struct IN() clauses are extremely slow (Hari Sankar Sivarama Subramaniyan, reviewed by Gopal V) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: ht

hive git commit: HIVE-11428: Adding missing files for Performance: Struct IN() clauses are extremely slow (Hari Sankar Sivarama Subramaniyan, reviewed by Gopal V)

2015-08-07 Thread harisankar
Repository: hive Updated Branches: refs/heads/master af8dbecb6 -> b6f1dfacc HIVE-11428: Adding missing files for Performance: Struct IN() clauses are extremely slow (Hari Sankar Sivarama Subramaniyan, reviewed by Gopal V) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http

hive git commit: HIVE-11428: Performance: Struct IN() clauses are extremely slow (Hari Sankar Sivarama Subramaniyan, reviewed by Gopal V)

2015-08-07 Thread harisankar
Repository: hive Updated Branches: refs/heads/branch-1 70589b1cf -> 0f944edc9 HIVE-11428: Performance: Struct IN() clauses are extremely slow (Hari Sankar Sivarama Subramaniyan, reviewed by Gopal V) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.or

hive git commit: HIVE-11428: Performance: Struct IN() clauses are extremely slow (Hari Sankar Sivarama Subramaniyan, reviewed by Gopal V)

2015-08-07 Thread harisankar
Repository: hive Updated Branches: refs/heads/master 69c231786 -> af8dbecb6 HIVE-11428: Performance: Struct IN() clauses are extremely slow (Hari Sankar Sivarama Subramaniyan, reviewed by Gopal V) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/

hive git commit: HIVE-7476 : CTAS does not work properly for s3 (Szehon, reviewed by Sergio Pena and Lenni Kuff)

2015-08-07 Thread szehon
Repository: hive Updated Branches: refs/heads/master 09e330d27 -> 69c231786 HIVE-7476 : CTAS does not work properly for s3 (Szehon, reviewed by Sergio Pena and Lenni Kuff) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/69c

hive git commit: HIVE-10880: The bucket number is not respected in insert overwrite (Yongzhi via Xuefu)

2015-08-07 Thread xuefu
Repository: hive Updated Branches: refs/heads/branch-1 2e6a076d6 -> 70589b1cf HIVE-10880: The bucket number is not respected in insert overwrite (Yongzhi via Xuefu) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/70589b1c T

hive git commit: HIVE-10880: The bucket number is not respected in insert overwrite (Yongzhi via Xuefu)

2015-08-07 Thread xuefu
Repository: hive Updated Branches: refs/heads/master 7e4f3bbff -> 09e330d27 HIVE-10880: The bucket number is not respected in insert overwrite (Yongzhi via Xuefu) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/09e330d2 Tre

[3/4] hive git commit: HIVE-11391: CBO (Calcite Return Path): Add CBO tests with return path on (Jesus Camacho Rodriguez, reviewed by Pengcheng Xiong)

2015-08-07 Thread jcamacho
http://git-wip-us.apache.org/repos/asf/hive/blob/7e4f3bbf/ql/src/test/results/clientpositive/cbo_rp_join.q.out -- diff --git a/ql/src/test/results/clientpositive/cbo_rp_join.q.out b/ql/src/test/results/clientpositive/cbo_rp_join.q

[4/4] hive git commit: HIVE-11391: CBO (Calcite Return Path): Add CBO tests with return path on (Jesus Camacho Rodriguez, reviewed by Pengcheng Xiong)

2015-08-07 Thread jcamacho
HIVE-11391: CBO (Calcite Return Path): Add CBO tests with return path on (Jesus Camacho Rodriguez, reviewed by Pengcheng Xiong) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/7e4f3bbf Tree: http://git-wip-us.apache.org/repos/a

[2/4] hive git commit: HIVE-11391: CBO (Calcite Return Path): Add CBO tests with return path on (Jesus Camacho Rodriguez, reviewed by Pengcheng Xiong)

2015-08-07 Thread jcamacho
http://git-wip-us.apache.org/repos/asf/hive/blob/7e4f3bbf/ql/src/test/results/clientpositive/cbo_rp_limit.q.out -- diff --git a/ql/src/test/results/clientpositive/cbo_rp_limit.q.out b/ql/src/test/results/clientpositive/cbo_rp_limi

[1/4] hive git commit: HIVE-11391: CBO (Calcite Return Path): Add CBO tests with return path on (Jesus Camacho Rodriguez, reviewed by Pengcheng Xiong)

2015-08-07 Thread jcamacho
Repository: hive Updated Branches: refs/heads/master 6441a8794 -> 7e4f3bbff http://git-wip-us.apache.org/repos/asf/hive/blob/7e4f3bbf/ql/src/test/results/clientpositive/cbo_rp_views.q.out -- diff --git a/ql/src/test/results/cli