From eb4cc05c1beb48da99c21ce10140d70b9fbb5454 Mon Sep 17 00:00:00 2001 From: Balaji Varadarajan Date: Fri, 4 Oct 2019 09:22:36 -0700 Subject: [PATCH] [HUDI-121] Prepare for 0.5.0-incubating-rc5 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4868e20e4..d5bedac55 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -26,6 +26,7 @@ Release 0.5.0-incubating * Bug fixes in query side integration, hive-sync, deltaStreamer, compaction, rollbacks, restore ### Full PR List + * **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. * **Balaji Varadarajan** [HUDI-121] Fix bugs in Release Scripts found during RC creation