From 1a61d6bc4df2d0c45515c41210b1e48e4d2c1d1b Mon Sep 17 00:00:00 2001 From: Balaji Varadarajan Date: Fri, 13 Sep 2019 12:48:38 -0700 Subject: [PATCH] [HUDI-249] Fix RELEASE-NOTES to match correct state --- RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5e9b6ba5b..25bdd0c7b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,9 +5,10 @@ Release 0.5.0-incubating * First Apache Incubating Release * Package Renames from com.uber.hoodie to org.apache.hudi (See https://cwiki.apache.org/confluence/display/HUDI/Migration+Guide+From+com.uber.hoodie+to+org.apache.hudi) * Complete Redo of Hudi Jar bundling - * Bug fixes in query side integration, DeltaStreamer, compaction, rollbacks, restore + * Bug fixes in query side integration, hive-sync, deltaStreamer, compaction, rollbacks, restore ### Full PR List + * **Vinoth Chandar** [HUDI-244] : Hive sync should escape partition field name - now supports field names beginning with '_' for e.g * **Balaji Varadarajan** [HUDI-250] Ensure Hudi CLI wrapper works with non snapshot jars too * **Nishith Agarwal** [HUDI-235] Fix scheduled compaction rollback in restore command * **Balaji Varadarajan** [HUDI-249] Update Release-notes. Add sign-artifacts to POM and release related scripts. Add missing license headers