[2/2] hive git commit: HIVE-14459: TestBeeLineDriver - migration and re-enable (Peter Vary via Zoltan Haindrich reviewed by Vihang Karajgaonkar)

2017-03-01 Thread kgyrtkirk
HIVE-14459: TestBeeLineDriver - migration and re-enable (Peter Vary via Zoltan Haindrich reviewed by Vihang Karajgaonkar) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/ba8de307

[1/2] hive git commit: HIVE-14459: TestBeeLineDriver - migration and re-enable (Peter Vary via Zoltan Haindrich reviewed by Vihang Karajgaonkar)

2017-03-01 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 92aaed243 -> ba8de3077 http://git-wip-us.apache.org/repos/asf/hive/blob/ba8de307/ql/src/test/results/clientpositive/beeline/escape_comments.q.out -- diff --git

hive git commit: HIVE-16178: corr/covar_samp UDAF standard compliance (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-03-21 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 3c1dfe379 -> d97e4874d HIVE-16178: corr/covar_samp UDAF standard compliance (Zoltan Haindrich, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-15833: Add unit tests for org.json usage on branch-1 (Daniel Voros via Zoltan Haindrich)

2017-03-31 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/branch-1 1a9ed419e -> f8db95803 HIVE-15833: Add unit tests for org.json usage on branch-1 (Daniel Voros via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-15978: Support regr_* functions (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-03-16 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 4cb87670e -> 0e62d3dcb HIVE-15978: Support regr_* functions (Zoltan Haindrich, 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/0e62d3dc

hive git commit: HIVE-16256: Flaky test: TestCliDriver.testCliDriver[comments] (Barna Zsombor Klara via Zoltan Haindrich)

2017-03-31 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 89c02dd38 -> 79d51230e HIVE-16256: Flaky test: TestCliDriver.testCliDriver[comments] (Barna Zsombor Klara via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo

hive git commit: HIVE-16119: HiveMetaStoreChecker: remove singleThread logic duplication (Zoltan Haindrich reviewed by Vihang Karajgaonkar, Ashutosh Chauhan)

2017-03-09 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 74372256d -> ed2f46aa7 HIVE-16119: HiveMetaStoreChecker: remove singleThread logic duplication (Zoltan Haindrich reviewed by Vihang Karajgaonkar, Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-16127: Separate database initialization from actual query run in TestBeeLineDriver(Peter Vary via Zoltan Haindrich reviewed by Vihang Karajgaonkar, Barna Zsombor Klara)

2017-03-13 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 78d860ec5 -> 95796e172 HIVE-16127: Separate database initialization from actual query run in TestBeeLineDriver(Peter Vary via Zoltan Haindrich reviewed by Vihang Karajgaonkar, Barna Zsombor Klara) Signed-off-by: Zoltan Haindrich

hive git commit: HIVE-15848: count or sum distinct incorrect when hive.optimize.reducededuplication set to true (Zoltan Haindrich reviewed by Ashutosh Chauhan)

2017-03-01 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 3e94fb22b -> b9ad6dc38 HIVE-15848: count or sum distinct incorrect when hive.optimize.reducededuplication set to true (Zoltan Haindrich reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-16356: Table#validateColumns should avoid checking exhaustively for matches in a list (Janos Gub via Zoltan Haindrich)

2017-04-17 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master aaa67fa63 -> 0e2494356 HIVE-16356: Table#validateColumns should avoid checking exhaustively for matches in a list (Janos Gub via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project:

[02/11] hive git commit: HIVE-16146: If possible find a better way to filter the TestBeeLineDriver output(Peter Vary via Zoltan Haindrich, reviewed by Vihang Karajgaonkar)

2017-04-18 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/2509e2fa/ql/src/test/results/clientpositive/beeline/smb_mapjoin_7.q.out -- diff --git a/ql/src/test/results/clientpositive/beeline/smb_mapjoin_7.q.out

[05/11] hive git commit: HIVE-16146: If possible find a better way to filter the TestBeeLineDriver output(Peter Vary via Zoltan Haindrich, reviewed by Vihang Karajgaonkar)

2017-04-18 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/2509e2fa/ql/src/test/results/clientpositive/beeline/smb_mapjoin_13.q.out -- diff --git a/ql/src/test/results/clientpositive/beeline/smb_mapjoin_13.q.out

[08/11] hive git commit: HIVE-16146: If possible find a better way to filter the TestBeeLineDriver output(Peter Vary via Zoltan Haindrich, reviewed by Vihang Karajgaonkar)

2017-04-18 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/2509e2fa/ql/src/test/results/clientpositive/beeline/smb_mapjoin_10.q.out -- diff --git a/ql/src/test/results/clientpositive/beeline/smb_mapjoin_10.q.out

[03/11] hive git commit: HIVE-16146: If possible find a better way to filter the TestBeeLineDriver output(Peter Vary via Zoltan Haindrich, reviewed by Vihang Karajgaonkar)

2017-04-18 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/2509e2fa/ql/src/test/results/clientpositive/beeline/smb_mapjoin_3.q.out -- diff --git a/ql/src/test/results/clientpositive/beeline/smb_mapjoin_3.q.out

[11/11] hive git commit: HIVE-16146: If possible find a better way to filter the TestBeeLineDriver output(Peter Vary via Zoltan Haindrich, reviewed by Vihang Karajgaonkar)

2017-04-18 Thread kgyrtkirk
HIVE-16146: If possible find a better way to filter the TestBeeLineDriver output(Peter Vary via Zoltan Haindrich, reviewed by Vihang Karajgaonkar) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[09/11] hive git commit: HIVE-16146: If possible find a better way to filter the TestBeeLineDriver output(Peter Vary via Zoltan Haindrich, reviewed by Vihang Karajgaonkar)

2017-04-18 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/2509e2fa/ql/src/test/results/clientpositive/beeline/smb_mapjoin_1.q.out -- diff --git a/ql/src/test/results/clientpositive/beeline/smb_mapjoin_1.q.out

[07/11] hive git commit: HIVE-16146: If possible find a better way to filter the TestBeeLineDriver output(Peter Vary via Zoltan Haindrich, reviewed by Vihang Karajgaonkar)

2017-04-18 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/2509e2fa/ql/src/test/results/clientpositive/beeline/smb_mapjoin_11.q.out -- diff --git a/ql/src/test/results/clientpositive/beeline/smb_mapjoin_11.q.out

[10/11] hive git commit: HIVE-16146: If possible find a better way to filter the TestBeeLineDriver output(Peter Vary via Zoltan Haindrich, reviewed by Vihang Karajgaonkar)

2017-04-18 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/2509e2fa/ql/src/test/results/clientpositive/beeline/escape_comments.q.out -- diff --git a/ql/src/test/results/clientpositive/beeline/escape_comments.q.out

[04/11] hive git commit: HIVE-16146: If possible find a better way to filter the TestBeeLineDriver output(Peter Vary via Zoltan Haindrich, reviewed by Vihang Karajgaonkar)

2017-04-18 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/2509e2fa/ql/src/test/results/clientpositive/beeline/smb_mapjoin_2.q.out -- diff --git a/ql/src/test/results/clientpositive/beeline/smb_mapjoin_2.q.out

[01/11] hive git commit: HIVE-16146: If possible find a better way to filter the TestBeeLineDriver output(Peter Vary via Zoltan Haindrich, reviewed by Vihang Karajgaonkar)

2017-04-18 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 0e2494356 -> 2509e2fa7 http://git-wip-us.apache.org/repos/asf/hive/blob/2509e2fa/service/src/java/org/apache/hive/service/cli/operation/OperationManager.java -- diff --git

[06/11] hive git commit: HIVE-16146: If possible find a better way to filter the TestBeeLineDriver output(Peter Vary via Zoltan Haindrich, reviewed by Vihang Karajgaonkar)

2017-04-18 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/2509e2fa/ql/src/test/results/clientpositive/beeline/smb_mapjoin_12.q.out -- diff --git a/ql/src/test/results/clientpositive/beeline/smb_mapjoin_12.q.out

hive git commit: Revert "HIVE-16501 : Add rej/orig to .gitignore"

2017-05-15 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 0efb93681 -> 413245ed9 Revert "HIVE-16501 : Add rej/orig to .gitignore" Note: removal of *.orig files have been kept This reverts commit c911f42035d9e7b91191e2683f85d8fd2a35eb27. Project: http://git-wip-us.apache.org/repos/asf/hive/repo

[1/6] hive git commit: HIVE-15726: Reenable indentation checks to checkstyle (Peter Vary via Zoltan Haindrich)

2017-05-16 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 0ce98b3a7 -> 360a91e64 HIVE-15726: Reenable indentation checks to checkstyle (Peter Vary via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[4/6] hive git commit: HIVE-16619: Clean up javadoc from errors in module hive-serde (Janos Gub via Zoltan Haindrich)

2017-05-16 Thread kgyrtkirk
HIVE-16619: Clean up javadoc from errors in module hive-serde (Janos Gub via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/23e703f9 Tree:

[2/6] hive git commit: HIVE-16617: Clean up javadoc from errors in module hive-shims (Janos Gub via Zoltan Haindrich)

2017-05-16 Thread kgyrtkirk
HIVE-16617: Clean up javadoc from errors in module hive-shims (Janos Gub via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/7827316f Tree:

[3/6] hive git commit: HIVE-16618: Clean up javadoc from errors in module hive-common (Janos Gub via Zoltan Haindrich)

2017-05-16 Thread kgyrtkirk
HIVE-16618: Clean up javadoc from errors in module hive-common (Janos Gub via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/202c5137 Tree:

[6/6] hive git commit: HIVE-15483: Database and table name is case sensitive when used in show grant (Niklaus Xiao via Zoltan Haindrich)

2017-05-16 Thread kgyrtkirk
HIVE-15483: Database and table name is case sensitive when used in show grant (Niklaus Xiao via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/360a91e6 Tree:

hive git commit: HIVE-16618: Clean up javadoc from errors in module hive-common [addendum] (Janos Gub via Zoltan Haindrich)

2017-06-02 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 9f976 -> 0155a34cd HIVE-16618: Clean up javadoc from errors in module hive-common [addendum] (Janos Gub via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo

hive git commit: HIVE-16715: Clean up javadoc from errors in modules llap-client, metastore, spark-client (Janos Gub via Zoltan Haindrich)

2017-06-16 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 8dfa8a5ae -> 8d2b4e905 HIVE-16715: Clean up javadoc from errors in modules llap-client, metastore, spark-client (Janos Gub via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project:

hive git commit: HIVE-15051: Test framework integration with findbugs, rat checks etc. (Peter Vary via Zoltan Haindrich, reviewed by Thejas M Nair)

2017-06-16 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 8d2b4e905 -> f6be1a3c0 HIVE-15051: Test framework integration with findbugs, rat checks etc. (Peter Vary via Zoltan Haindrich, reviewed by Thejas M Nair) Signed-off-by: Zoltan Haindrich Project:

[1/2] hive git commit: HIVE-13583: E061-14: Search Conditions (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-05-07 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master ec8c390ee -> 54dbca69c HIVE-13583: E061-14: Search Conditions (Zoltan Haindrich, 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/54dbca69

[2/2] hive git commit: HIVE-16562: Issues with nullif / fetch task (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-05-07 Thread kgyrtkirk
HIVE-16562: Issues with nullif / fetch task (Zoltan Haindrich, 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/0f8840a3 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/0f8840a3 Diff:

hive git commit: HIVE-15224: replace org.json usage in branch-1 with as minor changes as possible (Daniel Voros via Zoltan Haindrich)

2017-05-08 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/branch-1 cb7bb81e9 -> 8528ba8ff HIVE-15224: replace org.json usage in branch-1 with as minor changes as possible (Daniel Voros via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project:

hive git commit: HIVE-16449: BeeLineDriver should handle query result sorting (Peter Vary via Zoltan Haindrich)

2017-05-05 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master f8f9155da -> 44804d82f HIVE-16449: BeeLineDriver should handle query result sorting (Peter Vary via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-15834: Add unit tests for org.json usage on master (Daniel Voros via Zoltan Haindrich)

2017-05-25 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 811e59951 -> 2fa4dc277 HIVE-15834: Add unit tests for org.json usage on master (Daniel Voros via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-17313: Potentially possible 'case fall through' in the ObjectInspectorConverters (Oleg Danilov via Zoltan Haindrich)

2017-09-15 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 9329cd909 -> 649922d4f HIVE-17313: Potentially possible 'case fall through' in the ObjectInspectorConverters (Oleg Danilov via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project:

hive git commit: HIVE-17378: CBO: HiveReduceExpressionsWithStatsRule can operate on IS_NULL and IS_NOT_NULL (Zoltan Haindrich, reviewed by Jesus Camacho Rodriguez)

2017-09-22 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 39d8d73e7 -> 204a32af2 HIVE-17378: CBO: HiveReduceExpressionsWithStatsRule can operate on IS_NULL and IS_NOT_NULL (Zoltan Haindrich, reviewed by Jesus Camacho Rodriguez) Signed-off-by: Zoltan Haindrich Project:

[53/54] hive git commit: HIVE-17338: Utilities.get*Tasks multiple methods duplicate code (Gergely Hajós via Zoltan Haindrich)

2017-09-21 Thread kgyrtkirk
HIVE-17338: Utilities.get*Tasks multiple methods duplicate code (Gergely Hajós via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/cb770077 Tree:

[34/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/bucketsortoptimize_insert_2.q.out -- diff --git a/ql/src/test/results/clientpositive/bucketsortoptimize_insert_2.q.out

[52/54] hive git commit: HIVE-17541: Move testing related methods from MetaStoreUtils to some testing related utility (Zoltan Haindrich, reviewed by Alan Gates)

2017-09-21 Thread kgyrtkirk
HIVE-17541: Move testing related methods from MetaStoreUtils to some testing related utility (Zoltan Haindrich, reviewed by Alan Gates) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

[17/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/correlationoptimizer6.q.out -- diff --git a/ql/src/test/results/clientpositive/correlationoptimizer6.q.out

[08/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/join32_lessSize.q.out -- diff --git a/ql/src/test/results/clientpositive/join32_lessSize.q.out

[31/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/cbo_join.q.out -- diff --git a/ql/src/test/results/clientpositive/cbo_join.q.out b/ql/src/test/results/clientpositive/cbo_join.q.out

[45/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/auto_smb_mapjoin_14.q.out -- diff --git a/ql/src/test/results/clientpositive/auto_smb_mapjoin_14.q.out

[33/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/bucketsortoptimize_insert_6.q.out -- diff --git a/ql/src/test/results/clientpositive/bucketsortoptimize_insert_6.q.out

[18/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/correlationoptimizer4.q.out -- diff --git a/ql/src/test/results/clientpositive/correlationoptimizer4.q.out

[05/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/lateral_view.q.out -- diff --git a/ql/src/test/results/clientpositive/lateral_view.q.out

[40/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/bucket_groupby.q.out -- diff --git a/ql/src/test/results/clientpositive/bucket_groupby.q.out

[48/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/autoColumnStats_2.q.out -- diff --git a/ql/src/test/results/clientpositive/autoColumnStats_2.q.out

[22/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/constprog_semijoin.q.out -- diff --git a/ql/src/test/results/clientpositive/constprog_semijoin.q.out

[41/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/bucket4.q.out -- diff --git a/ql/src/test/results/clientpositive/bucket4.q.out b/ql/src/test/results/clientpositive/bucket4.q.out

[21/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/correlationoptimizer1.q.out -- diff --git a/ql/src/test/results/clientpositive/correlationoptimizer1.q.out

[30/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/cbo_limit.q.out -- diff --git a/ql/src/test/results/clientpositive/cbo_limit.q.out b/ql/src/test/results/clientpositive/cbo_limit.q.out

[47/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/auto_join30.q.out -- diff --git a/ql/src/test/results/clientpositive/auto_join30.q.out

[23/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/column_access_stats.q.out -- diff --git a/ql/src/test/results/clientpositive/column_access_stats.q.out

[16/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/count.q.out -- diff --git a/ql/src/test/results/clientpositive/count.q.out b/ql/src/test/results/clientpositive/count.q.out deleted file

[06/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/join_nulls.q.out -- diff --git a/ql/src/test/results/clientpositive/join_nulls.q.out

[15/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/disable_merge_for_bucketing.q.out -- diff --git a/ql/src/test/results/clientpositive/disable_merge_for_bucketing.q.out

[03/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/limit_pushdown.q.out -- diff --git a/ql/src/test/results/clientpositive/limit_pushdown.q.out

[29/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/cbo_rp_join.q.out -- diff --git a/ql/src/test/results/clientpositive/cbo_rp_join.q.out

[25/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/cbo_semijoin.q.out -- diff --git a/ql/src/test/results/clientpositive/cbo_semijoin.q.out

[32/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/cbo_gby.q.out -- diff --git a/ql/src/test/results/clientpositive/cbo_gby.q.out b/ql/src/test/results/clientpositive/cbo_gby.q.out

[37/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/bucketmapjoin3.q.out -- diff --git a/ql/src/test/results/clientpositive/bucketmapjoin3.q.out

[36/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/bucketmapjoin4.q.out -- diff --git a/ql/src/test/results/clientpositive/bucketmapjoin4.q.out

[50/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/alter_merge_stats_orc.q.out -- diff --git a/ql/src/test/results/clientpositive/alter_merge_stats_orc.q.out

[24/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/cluster.q.out -- diff --git a/ql/src/test/results/clientpositive/cluster.q.out b/ql/src/test/results/clientpositive/cluster.q.out

[39/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/bucketmapjoin1.q.out -- diff --git a/ql/src/test/results/clientpositive/bucketmapjoin1.q.out

[38/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/bucketmapjoin2.q.out -- diff --git a/ql/src/test/results/clientpositive/bucketmapjoin2.q.out

[51/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/6f5c1135 Tree:

[42/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/auto_sortmerge_join_9.q.out -- diff --git a/ql/src/test/results/clientpositive/auto_sortmerge_join_9.q.out

[49/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/autoColumnStats_1.q.out -- diff --git a/ql/src/test/results/clientpositive/autoColumnStats_1.q.out

[28/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/cbo_rp_limit.q.out -- diff --git a/ql/src/test/results/clientpositive/cbo_rp_limit.q.out

[35/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/bucketpruning1.q.out -- diff --git a/ql/src/test/results/clientpositive/bucketpruning1.q.out

[43/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/auto_sortmerge_join_8.q.out -- diff --git a/ql/src/test/results/clientpositive/auto_sortmerge_join_8.q.out

[13/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/dynpart_sort_optimization.q.out -- diff --git a/ql/src/test/results/clientpositive/dynpart_sort_optimization.q.out

[54/54] hive git commit: HIVE-17556: The test udf_mask_hash.q is failing (Marta Kuczora via Zoltan Haindrich)

2017-09-21 Thread kgyrtkirk
HIVE-17556: The test udf_mask_hash.q is failing (Marta Kuczora via Zoltan Haindrich) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/3e8ae68e Tree:

[11/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/extrapolate_part_stats_partial_ndv.q.out -- diff --git a/ql/src/test/results/clientpositive/extrapolate_part_stats_partial_ndv.q.out

[02/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/limit_pushdown3.q.out -- diff --git a/ql/src/test/results/clientpositive/limit_pushdown3.q.out

[10/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/global_limit.q.out -- diff --git a/ql/src/test/results/clientpositive/global_limit.q.out

[14/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/dynpart_sort_opt_vectorization.q.out -- diff --git a/ql/src/test/results/clientpositive/dynpart_sort_opt_vectorization.q.out

[19/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/correlationoptimizer3.q.out -- diff --git a/ql/src/test/results/clientpositive/correlationoptimizer3.q.out

[46/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/auto_join_filters.q.out -- diff --git a/ql/src/test/results/clientpositive/auto_join_filters.q.out

[01/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master d72121f0c -> 3e8ae68eb http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/lineage2.q.out -- diff --git

[20/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/correlationoptimizer2.q.out -- diff --git a/ql/src/test/results/clientpositive/correlationoptimizer2.q.out

[27/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/cbo_rp_udf_udaf_stats_opt.q.out -- diff --git a/ql/src/test/results/clientpositive/cbo_rp_udf_udaf_stats_opt.q.out

[12/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/dynpart_sort_optimization2.q.out -- diff --git a/ql/src/test/results/clientpositive/dynpart_sort_optimization2.q.out

[09/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/insert_into_with_schema.q.out -- diff --git a/ql/src/test/results/clientpositive/insert_into_with_schema.q.out

[44/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/auto_sortmerge_join_6.q.out -- diff --git a/ql/src/test/results/clientpositive/auto_sortmerge_join_6.q.out

[07/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/join_acid_non_acid.q.out -- diff --git a/ql/src/test/results/clientpositive/join_acid_non_acid.q.out

[26/54] [partial] hive git commit: HIVE-17550: Remove unreferenced q.out-s (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-09-21 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/6f5c1135/ql/src/test/results/clientpositive/cbo_rp_windowing_2.q.out -- diff --git a/ql/src/test/results/clientpositive/cbo_rp_windowing_2.q.out

[06/21] hive git commit: HIVE-17519: Transpose column stats display (Zoltan Haindrich, reviewed by Ashutosh Chauhan and Vineet Garg)

2017-10-06 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/38a594f3/ql/src/test/results/clientpositive/llap/columnstats_part_coltype.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/columnstats_part_coltype.q.out

[18/21] hive git commit: HIVE-17540: remove feature: describe pretty (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-10-06 Thread kgyrtkirk
HIVE-17540: remove feature: describe pretty (Zoltan Haindrich, reviewed by Ashutosh Chauhan) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/2a5e72c2 Tree:

[16/21] hive git commit: HIVE-17519: Transpose column stats display (Zoltan Haindrich, reviewed by Ashutosh Chauhan and Vineet Garg)

2017-10-06 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/38a594f3/ql/src/test/results/clientpositive/alter3.q.out -- diff --git a/ql/src/test/results/clientpositive/alter3.q.out b/ql/src/test/results/clientpositive/alter3.q.out index

[01/21] hive git commit: HIVE-17519: Transpose column stats display (Zoltan Haindrich, reviewed by Ashutosh Chauhan and Vineet Garg)

2017-10-06 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 2902c7cc2 -> 4cc0771d1 http://git-wip-us.apache.org/repos/asf/hive/blob/38a594f3/ql/src/test/results/clientpositive/statsfs.q.out -- diff --git

[20/21] hive git commit: HIVE-17652: retire ANALYZE TABLE ... PARTIALSCAN (Zoltan Haindrich, reviewed by Ashutosh Chauhan)

2017-10-06 Thread kgyrtkirk
HIVE-17652: retire ANALYZE TABLE ... PARTIALSCAN (Zoltan Haindrich, reviewed by Ashutosh Chauhan) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/71004d2e Tree:

[12/21] hive git commit: HIVE-17519: Transpose column stats display (Zoltan Haindrich, reviewed by Ashutosh Chauhan and Vineet Garg)

2017-10-06 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/38a594f3/ql/src/test/results/clientpositive/alter_table_update_status_disable_bitvector.q.out -- diff --git

[11/21] hive git commit: HIVE-17519: Transpose column stats display (Zoltan Haindrich, reviewed by Ashutosh Chauhan and Vineet Garg)

2017-10-06 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/38a594f3/ql/src/test/results/clientpositive/analyze_tbl_part.q.out -- diff --git a/ql/src/test/results/clientpositive/analyze_tbl_part.q.out

[03/21] hive git commit: HIVE-17519: Transpose column stats display (Zoltan Haindrich, reviewed by Ashutosh Chauhan and Vineet Garg)

2017-10-06 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/38a594f3/ql/src/test/results/clientpositive/spark/alter_merge_stats_orc.q.out -- diff --git a/ql/src/test/results/clientpositive/spark/alter_merge_stats_orc.q.out

[17/21] hive git commit: HIVE-17519: Transpose column stats display (Zoltan Haindrich, reviewed by Ashutosh Chauhan and Vineet Garg)

2017-10-06 Thread kgyrtkirk
HIVE-17519: Transpose column stats display (Zoltan Haindrich, reviewed by Ashutosh Chauhan and Vineet Garg) Signed-off-by: Zoltan Haindrich Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/38a594f3 Tree:

[14/21] hive git commit: HIVE-17519: Transpose column stats display (Zoltan Haindrich, reviewed by Ashutosh Chauhan and Vineet Garg)

2017-10-06 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/38a594f3/ql/src/test/results/clientpositive/alter_table_not_sorted.q.out -- diff --git a/ql/src/test/results/clientpositive/alter_table_not_sorted.q.out

  1   2   3   4   5   6   7   8   9   10   >