Skip to content

Commit

Permalink
Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pengchengxiong committed Jul 14, 2017
1 parent a741987 commit 6f4c35c
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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



Expand All @@ -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.
Expand All @@ -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
Expand All @@ -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




Expand All @@ -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

Expand All @@ -89,6 +110,9 @@ Release Notes - Hive - Version 2.3.0



** Task
* [HIVE-16260] - Remove parallel edges of semijoin with map joins.



** Test
Expand All @@ -98,3 +122,4 @@ Release Notes - Hive - Version 2.3.0




0 comments on commit 6f4c35c

Please sign in to comment.