You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vb...@apache.org on 2019/10/16 09:19:48 UTC

[incubator-hudi] branch master updated: Update RELEASE Notes in master

This is an automated email from the ASF dual-hosted git repository.

vbalaji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 603df66  Update RELEASE Notes in master
603df66 is described below

commit 603df66938ebf1a72ceab5a055d911e0caa438f5
Author: Balaji Varadarajan <va...@uber.com>
AuthorDate: Wed Oct 16 02:19:29 2019 -0700

    Update RELEASE Notes in master
---
 RELEASE_NOTES.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d5bedac..0e2cb91 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -26,6 +26,19 @@ Release 0.5.0-incubating
  * Bug fixes in query side integration, hive-sync, deltaStreamer, compaction, rollbacks, restore
 
 ### Full PR List
+  * **Balaji Varadarajan** [HUDI-121] Fix licensing issues found during RC voting by general incubator group
+  * **Mehrotra** Shade and relocate Avro dependency in hadoop-mr-bundle
+  * **Wenning Ding** [HUDI-301] fix path error when update a non-partition MOR table
+  * **Udit Mehrotra** [HUDI-298] Fix issue with incorrect column mapping casusing bad data, during on-the-fly merge of Real Time tables (#956)
+  * **Anurag870** [Docs] Update README.md (#955)
+  * **leesf** [HUDI-292] Avoid consuming more entries from kafka than specified sourceLimit. (#947)
+  * **leesf** [HUDI-296] Explore use of spotless to auto fix formatting errors (#945)
+  * **Balaji Varadarajan** [MINOR] Add incubating to NOTICE and README.md
+  * **vinoth chandar** [HOTFIX] Move to openjdk to get travis passing (#944)
+  * **leesf** [HUDI-232] Implement sealing/unsealing for HoodieRecord class (#938)
+  * **Balaji Varadarajan** [HUDI-293] Remove KEYS file from github repository
+  * **Balaji Varadarajan** [HUDI-121] Prepare for 0.5.0-incubating-rc5
+  * **Balaji Varadarajan** [HUDI-121] Remove leftover notice file and replace com.uber.hoodie with org.apache.hudi in log4j properties
   * **leesf** [HUDI-285] Implement HoodieStorageWriter based on actual file type
   * **leesf** [HUDI-265] Failed to delete tmp dirs created in unit tests
   * **Balaji Varadarajan** [HUDI-287] Address comments during review of release candidate. Remove LICENSE and NOTICE files in hoodie child modules.