[4/4] hive git commit: HIVE-15721 : Allow IN/NOT IN correlated subquery with aggregates (Vineet Garg via Ashutosh Chauhan)

2017-01-25 Thread hashutosh
HIVE-15721 : Allow IN/NOT IN correlated subquery with aggregates (Vineet Garg via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/2d501879 Tree:

[2/4] hive git commit: HIVE-15721 : Allow IN/NOT IN correlated subquery with aggregates (Vineet Garg via Ashutosh Chauhan)

2017-01-25 Thread hashutosh
http://git-wip-us.apache.org/repos/asf/hive/blob/2d501879/ql/src/test/results/clientpositive/llap/subquery_notin.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/subquery_notin.q.out

[3/4] hive git commit: HIVE-15721 : Allow IN/NOT IN correlated subquery with aggregates (Vineet Garg via Ashutosh Chauhan)

2017-01-25 Thread hashutosh
http://git-wip-us.apache.org/repos/asf/hive/blob/2d501879/ql/src/test/results/clientpositive/llap/subquery_in.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/subquery_in.q.out

[1/4] hive git commit: HIVE-15721 : Allow IN/NOT IN correlated subquery with aggregates (Vineet Garg via Ashutosh Chauhan)

2017-01-25 Thread hashutosh
Repository: hive Updated Branches: refs/heads/master 4625964b5 -> 2d501879c http://git-wip-us.apache.org/repos/asf/hive/blob/2d501879/ql/src/test/results/clientpositive/spark/subquery_in.q.out -- diff --git

hive git commit: HIVE-15731. sessions are not returned to the sessionPool in case of an interrupt. (Siddharth Seth, reviewed by Sergey Shelukhin)

2017-01-25 Thread sseth
Repository: hive Updated Branches: refs/heads/master b00621da5 -> 4625964b5 HIVE-15731. sessions are not returned to the sessionPool in case of an interrupt. (Siddharth Seth, reviewed by Sergey Shelukhin) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-15649 : LLAP IO may NPE on all-column read (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

2017-01-25 Thread sershe
Repository: hive Updated Branches: refs/heads/master 3d71a90a7 -> b00621da5 HIVE-15649 : LLAP IO may NPE on all-column read (Sergey Shelukhin, reviewed by Prasanth Jayachandran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-15650: LLAP: Set perflogger to DEBUG level for llap daemons (Prasanth Jayachandran reviewed by Sergey Shelukhin)

2017-01-25 Thread prasanthj
Repository: hive Updated Branches: refs/heads/master 92f31d07a -> 3d71a90a7 HIVE-15650: LLAP: Set perflogger to DEBUG level for llap daemons (Prasanth Jayachandran reviewed by Sergey Shelukhin) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-15578: Simplify IdentifiersParser (Pengcheng Xiong, reviewed by Ashutosh Chauhan)

2017-01-25 Thread pxiong
Repository: hive Updated Branches: refs/heads/master 608194fc5 -> 92f31d07a HIVE-15578: Simplify IdentifiersParser (Pengcheng Xiong, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/92f31d07

hive git commit: HIVE-15679: Some metastore metrics always contains column=null (write_column_statistics, write_partition_column_statistics) (Peter Vary, reviewed by Rajesh Balamohan)

2017-01-25 Thread aihuaxu
Repository: hive Updated Branches: refs/heads/master 422b35759 -> 608194fc5 HIVE-15679: Some metastore metrics always contains column=null (write_column_statistics, write_partition_column_statistics) (Peter Vary, reviewed by Rajesh Balamohan) Project:

hive git commit: HIVE-15655: Optimizer: Allow config option to disable n-way JOIN merging (Gopal V, reviewed by Jesus Camacho Rodriguez)

2017-01-25 Thread gopalv
Repository: hive Updated Branches: refs/heads/master c31c2963d -> 422b35759 HIVE-15655: Optimizer: Allow config option to disable n-way JOIN merging (Gopal V, reviewed by Jesus Camacho Rodriguez) Signed-off-by: Gopal V Project: