You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by go...@apache.org on 2016/01/19 02:04:51 UTC

[1/2] hive git commit: HIVE-12826: Vectorization: fix VectorUDAF* suspect isNull checks (errata.txt)

Repository: hive
Updated Branches:
  refs/heads/master e7aa7c4ab -> 4eab2dfe8


HIVE-12826: Vectorization: fix VectorUDAF* suspect isNull checks (errata.txt)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/4eab2dfe
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/4eab2dfe
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/4eab2dfe

Branch: refs/heads/master
Commit: 4eab2dfe874aff7a435e5c7fe3719e51acb88bb7
Parents: 03a6a34
Author: Gopal V <go...@apache.org>
Authored: Mon Jan 18 16:35:21 2016 -0800
Committer: Gopal V <go...@apache.org>
Committed: Mon Jan 18 17:04:32 2016 -0800

----------------------------------------------------------------------
 errata.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/4eab2dfe/errata.txt
----------------------------------------------------------------------
diff --git a/errata.txt b/errata.txt
index f047b08..9d52cdf 100644
--- a/errata.txt
+++ b/errata.txt
@@ -76,4 +76,5 @@ fc6be8faf5c97901ccad33edca8f8f80023b308a llap       HIVE-12151 https://issues.ap
 c6565f5d65da9ed5cb452db7e313d0ce7abc1105 llap       HIVE-9729  https://issues.apache.org/jira/browse/HIVE-9729
 d8298e1c85a515150562b0df68af89c18c468638 llap       HIVE-9418  https://issues.apache.org/jira/browse/HIVE-9418
 034280ce070d812f1eb312567a974a8720943647 master     HIVE-12272 https://issues.apache.org/jira/browse/HIVE-12272
+36e855084da833915dfe6c34f74e19352b64fde9 master     HIVE-12826 https://issues.apache.org/jira/browse/HIVE-12826
 9cab4414caf1bba2eb1852536a9d3676ba7eab21 master     HIVE-12827 https://issues.apache.org/jira/browse/HIVE-12827


[2/2] hive git commit: HIVE-12827: Vectorization: VectorCopyRow/VectorAssignRow/VectorDeserializeRow assign needs explicit isNull[offset] modification (errata.txt)

Posted by go...@apache.org.
HIVE-12827: Vectorization: VectorCopyRow/VectorAssignRow/VectorDeserializeRow assign needs explicit isNull[offset] modification (errata.txt)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/03a6a344
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/03a6a344
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/03a6a344

Branch: refs/heads/master
Commit: 03a6a3441d63a898b3d921b8cee66748cf06ba0a
Parents: e7aa7c4
Author: Gopal V <go...@apache.org>
Authored: Mon Jan 18 16:33:14 2016 -0800
Committer: Gopal V <go...@apache.org>
Committed: Mon Jan 18 17:04:32 2016 -0800

----------------------------------------------------------------------
 errata.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/03a6a344/errata.txt
----------------------------------------------------------------------
diff --git a/errata.txt b/errata.txt
index 6ac1d41..f047b08 100644
--- a/errata.txt
+++ b/errata.txt
@@ -76,3 +76,4 @@ fc6be8faf5c97901ccad33edca8f8f80023b308a llap       HIVE-12151 https://issues.ap
 c6565f5d65da9ed5cb452db7e313d0ce7abc1105 llap       HIVE-9729  https://issues.apache.org/jira/browse/HIVE-9729
 d8298e1c85a515150562b0df68af89c18c468638 llap       HIVE-9418  https://issues.apache.org/jira/browse/HIVE-9418
 034280ce070d812f1eb312567a974a8720943647 master     HIVE-12272 https://issues.apache.org/jira/browse/HIVE-12272
+9cab4414caf1bba2eb1852536a9d3676ba7eab21 master     HIVE-12827 https://issues.apache.org/jira/browse/HIVE-12827