[2/9] hive git commit: HIVE-18759: Remove unconnected q.out-s (Zoltan Haindrich reviewed by Ashutosh Chauhan)

2018-02-26 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/99380fbd/ql/src/test/results/clientpositive/spark/index_bitmap_auto.q.out -- diff --git a/ql/src/test/results/clientpositive/spark/index_bitmap_auto.q.out b/ql/src/test/results/clie

[8/9] hive git commit: HIVE-18805: Add ConstantPropagate before stats annotation (Zoltan Haindrich reviewed by Ashutosh Chauhan)

2018-02-26 Thread kgyrtkirk
HIVE-18805: Add ConstantPropagate before stats annotation (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/a926179f Tree: http://git-wip-us.apache

[4/9] hive git commit: HIVE-18759: Remove unconnected q.out-s (Zoltan Haindrich reviewed by Ashutosh Chauhan)

2018-02-26 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/99380fbd/ql/src/test/results/clientpositive/show_indexes_edge_cases.q.out -- diff --git a/ql/src/test/results/clientpositive/show_indexes_edge_cases.q.out b/ql/src/test/results/clie

[6/9] hive git commit: HIVE-18759: Remove unconnected q.out-s (Zoltan Haindrich reviewed by Ashutosh Chauhan)

2018-02-26 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/99380fbd/ql/src/test/results/clientpositive/llap/vector_gather_stats.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/vector_gather_stats.q.out b/ql/src/test/results/cl

[5/9] hive git commit: HIVE-18759: Remove unconnected q.out-s (Zoltan Haindrich reviewed by Ashutosh Chauhan)

2018-02-26 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/99380fbd/ql/src/test/results/clientpositive/llap/vectorization_limit.q.out -- diff --git a/ql/src/test/results/clientpositive/llap/vectorization_limit.q.out b/ql/src/test/results/cl

[7/9] hive git commit: HIVE-18759: Remove unconnected q.out-s (Zoltan Haindrich reviewed by Ashutosh Chauhan)

2018-02-26 Thread kgyrtkirk
HIVE-18759: Remove unconnected 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/99380fbd Tree: http://git-wip-us.apache.org/repos/asf/hive

[3/9] hive git commit: HIVE-18759: Remove unconnected q.out-s (Zoltan Haindrich reviewed by Ashutosh Chauhan)

2018-02-26 Thread kgyrtkirk
http://git-wip-us.apache.org/repos/asf/hive/blob/99380fbd/ql/src/test/results/clientpositive/spark/index_bitmap3.q.out -- diff --git a/ql/src/test/results/clientpositive/spark/index_bitmap3.q.out b/ql/src/test/results/clientpositi

[9/9] hive git commit: HIVE-18733: Missing break in CommonFastHashTable (Gergely Hajós via Zoltan Haindrich)

2018-02-26 Thread kgyrtkirk
HIVE-18733: Missing break in CommonFastHashTable (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/ea53203f Tree: http://git-wip-us.apache.org/repos/asf/hive

[1/9] hive git commit: HIVE-18759: Remove unconnected q.out-s (Zoltan Haindrich reviewed by Ashutosh Chauhan)

2018-02-26 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master 987d5fff2 -> ea53203f6 http://git-wip-us.apache.org/repos/asf/hive/blob/99380fbd/ql/src/test/results/clientpositive/vector_udf_adaptor_1.q.out -- diff --git a/ql/src/test/res

hive git commit: HIVE-18806: Add @Ignore for broken test caused by HIVE-18493 (Matt McCline, reviewed by Deepak Jaiswal)

2018-02-26 Thread mmccline
Repository: hive Updated Branches: refs/heads/master 4b22fcbda -> 987d5fff2 HIVE-18806: Add @Ignore for broken test caused by HIVE-18493 (Matt McCline, reviewed by Deepak Jaiswal) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/co

hive git commit: HIVE-18789: Disallow embedded element in UDFXPathUtil (Daniel Dai, reviewed by Thejas Nair)

2018-02-26 Thread daijy
Repository: hive Updated Branches: refs/heads/master 212939b1f -> 4b22fcbda HIVE-18789: Disallow embedded element in UDFXPathUtil (Daniel Dai, reviewed by Thejas Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/4b22fcb

hive git commit: HIVE-18794: Repl load "with" clause does not pass config to tasks for non-partition tables (Daniel Dai, reviewed by Thejas Nair)

2018-02-26 Thread daijy
Repository: hive Updated Branches: refs/heads/master 99b2f3c7b -> 212939b1f HIVE-18794: Repl load "with" clause does not pass config to tasks for non-partition tables (Daniel Dai, reviewed by Thejas Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apa

hive git commit: HIVE-18327 : Remove the unnecessary HiveConf dependency for MiniHiveKdc (Daniel Voros via Ashutosh Chauhan)

2018-02-26 Thread hashutosh
Repository: hive Updated Branches: refs/heads/master 8d2a23adc -> 99b2f3c7b HIVE-18327 : Remove the unnecessary HiveConf dependency for MiniHiveKdc (Daniel Voros via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://g

hive git commit: HIVE-18645: invalid url address in README.txt from module hbase-handler (Saijin Huang reviewed by Zoltan Haindrich)

2018-02-26 Thread lirui
Repository: hive Updated Branches: refs/heads/master 8af753ab5 -> 8d2a23adc HIVE-18645: invalid url address in README.txt from module hbase-handler (Saijin Huang reviewed by Zoltan Haindrich) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos

hive git commit: HIVE-18604: addendum, HIVE-18715 will remove these cases

2018-02-26 Thread kgyrtkirk
Repository: hive Updated Branches: refs/heads/master e8e5ab246 -> 8af753ab5 HIVE-18604: addendum, HIVE-18715 will remove these cases Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/8af753ab Tree: http://git-wip-us.apache.org