You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by px...@apache.org on 2017/07/14 05:30:15 UTC

hive git commit: Release Notes

Repository: hive
Updated Branches:
  refs/heads/branch-2.3 a74198728 -> 6f4c35c9e


Release Notes


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

Branch: refs/heads/branch-2.3
Commit: 6f4c35c9e904d226451c465effdc5bfd31d395a0
Parents: a741987
Author: Pengcheng Xiong <px...@apache.org>
Authored: Thu Jul 13 22:30:02 2017 -0700
Committer: Pengcheng Xiong <px...@apache.org>
Committed: Thu Jul 13 22:30:02 2017 -0700

----------------------------------------------------------------------
 RELEASE_NOTES.txt | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/6f4c35c9/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index d8e527b..2fb28b0 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -2,6 +2,7 @@
 Release Notes - Hive - Version 2.3.0
 
 ** Sub-task
+    * [HIVE-14170] - Beeline IncrementalRows should buffer rows and incrementally re-calculate width if TableOutputFormat is used
     * [HIVE-14807] - analyze table compute statistics fails due to presence of Infinity value in double column
     * [HIVE-15556] - Replicate views
     * [HIVE-16186] - REPL DUMP shows last event ID of the database even if we use LIMIT option.
@@ -12,6 +13,11 @@ Release Notes - Hive - Version 2.3.0
     * [HIVE-16504] - Addition of binary licenses broke rat check
     * [HIVE-16535] - Hive fails to build from source code tarball
     * [HIVE-16537] - Add missing AL files
+    * [HIVE-16542] - make merge that targets acid 2.0 table fail-fast 
+    * [HIVE-16672] - Parquet vectorization doesn't work for tables with partition info
+    * [HIVE-16765] - ParquetFileReader should be closed to avoid resource leak
+    * [HIVE-17071] - Make hive 2.3 depend on storage-api-2.4
+    * [HIVE-17096] - Fix test failures in 2.3 branch
 
 
 
@@ -20,18 +26,21 @@ Release Notes - Hive - Version 2.3.0
 
 
 ** Bug
+    * [HIVE-7224] - Set incremental printing to true by default in Beeline
     * [HIVE-9815] - Metastore column"SERDE_PARAMS"."PARAM_VALUE"  limited to 4000 bytes
     * [HIVE-14077] - add implicit decimal arithmetic q test, fix issues if found 
     * [HIVE-14801] - improve TestPartitionNameWhitelistValidation stability
+    * [HIVE-14864] - Distcp is not called from MoveTask when src is a directory
     * [HIVE-15035] - Clean up Hive licenses for binary distribution
+    * [HIVE-15144] - JSON.org license is now CatX
     * [HIVE-15249] - HIve 2.1.0 is throwing InvalidObjectException(message:Invalid column type name is too long
     * [HIVE-15829] - LLAP text cache: disable memory tracking on the writer
     * [HIVE-15923] - Hive default partition causes errors in get partitions
     * [HIVE-16007] - When the query does not complie the LogRunnable never stops
+    * [HIVE-16080] - Add parquet to possible values for hive.default.fileformat and hive.default.fileformat.managed
     * [HIVE-16188] - beeline should block the connection if given invalid database name.
     * [HIVE-16193] - Hive show compactions not reflecting the status of the application
     * [HIVE-16219] - metastore notification_log contains serialized message with  non functional fields
-    * [HIVE-16231] - Parquet timestamp may be stored differently since HIVE-12767
     * [HIVE-16274] - Support tuning of NDV of columns using lower/upper bounds
     * [HIVE-16287] - Alter table partition rename with location - moves partition back to hive warehouse
     * [HIVE-16301] - Preparing for 2.3 development.
@@ -47,6 +56,7 @@ Release Notes - Hive - Version 2.3.0
     * [HIVE-16380] - removing global test dependency of jsonassert
     * [HIVE-16385] - StatsNoJobTask could exit early before all partitions have been processed
     * [HIVE-16390] - LLAP IO should take job config into account; also LLAP config should load defaults
+    * [HIVE-16399] - create an index for tc_txnid in TXN_COMPONENTS
     * [HIVE-16403] - LLAP UI shows the wrong number of executors
     * [HIVE-16459] - Forward channelInactive to RpcDispatcher
     * [HIVE-16461] - DagUtils checks local resource size on the remote fs
@@ -55,6 +65,14 @@ Release Notes - Hive - Version 2.3.0
     * [HIVE-16519] - Fix exception thrown by checkOutputSpecs
     * [HIVE-16545] - LLAP: bug in arena size determination logic
     * [HIVE-16547] - LLAP: may not unlock buffers in some cases
+    * [HIVE-16577] - Syntax error in the metastore init scripts for mssql
+    * [HIVE-16667] - PostgreSQL metastore handling of CLOB types for COLUMNS_V2.TYPE_NAME and other field is incorrect
+    * [HIVE-16674] - Hive metastore JVM dumps core
+    * [HIVE-16761] - LLAP IO: SMB joins fail elevator 
+    * [HIVE-16847] - LLAP queue order issue
+    * [HIVE-16864] - add validation to stream position search in LLAP IO
+    * [HIVE-16915] - partition column count is not determined correctly in LLAP IO non-vectorized wrapper
+
 
 
 
@@ -64,14 +82,17 @@ Release Notes - Hive - Version 2.3.0
     * [HIVE-12274] - Increase width of columns used for general configuration in the metastore.
     * [HIVE-12299] - Hive Column Data Type definition in schema limited to 4000 characters - too small
     * [HIVE-14145] - Too small length of column 'PARAM_VALUE' in table 'SERDE_PARAMS'
+    * [HIVE-14340] - Add a new hook triggers before query compilation and after query execution
     * [HIVE-15880] - Allow insert overwrite and truncate table query to use auto.purge table property
     * [HIVE-16115] - Stop printing progress info from operation logs with beeline progress bar
     * [HIVE-16164] - Provide mechanism for passing HMS notification ID between transactional and non-transactional listeners.
+    * [HIVE-16933] - ORA-00060: deadlock detected while waiting on commit
 
 
 
 
 ** New Feature
+    * [HIVE-14233] - Improve vectorization for ACID by eliminating row-by-row stitching
     * [HIVE-15434] - Add UDF to allow interrogation of uniontype values
     * [HIVE-15691] - Create StrictRegexWriter to work with RegexSerializer for Flume Hive Sink
 
@@ -89,6 +110,9 @@ Release Notes - Hive - Version 2.3.0
 
 
 
+** Task
+    * [HIVE-16260] - Remove parallel edges of semijoin with map joins.
+
 
 
 ** Test
@@ -98,3 +122,4 @@ Release Notes - Hive - Version 2.3.0
 
 
 
+