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

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


    omit 26966c5  [HUDI-121] ASF Release : Ensure NOTICE.txt is generated as 
part of cutting release branch
    omit bb83355  [HUDI-249] Updating Notice files
    omit b8afb1a  Setting Release Version to 0.5.0-incubating-rc1
     add 7190c02  [HUDI-249] Updating Notice files
     add 63cc455  [HUDI-121] ASF Release : Ensure NOTICE.txt is generated as 
part of cutting release branch
     add c0f42af  [HUDI-62] Index Lookup Timer added to HoodieWriteClient
     add 629698d  [HUDI-252] Add Disclaimer and cleanup NOTICE and LICENSE 
files in hudi
     add 96a46d8  [HUDI-252] Identify packages which are under non-apache 
license in LICENSE file
     add 2c6da09  [HUDI-257] Fix Bloom Index unit-test failures
     add c1e7d0e  [HUDI-121] Update Release notes and fix master version
     new 9bf8ec3  [HUDI-121] Preparing for Release 0.5.0-incubating-rc2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (26966c5)
            \
             N -- N -- N   refs/heads/release-0.5.0 (9bf8ec3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 DISCLAIMER                                         |   6 +
 LICENSE                                            | 332 +++++++++++
 LICENSE.txt                                        | 614 ---------------------
 .../main/resources/META-INF/NOTICE.txt => NOTICE   |  53 +-
 NOTICE.txt                                         | 392 -------------
 RELEASE_NOTES.md                                   |   3 +
 docker/hoodie/hadoop/base/pom.xml                  |   2 +-
 docker/hoodie/hadoop/datanode/pom.xml              |   2 +-
 docker/hoodie/hadoop/historyserver/pom.xml         |   2 +-
 docker/hoodie/hadoop/hive_base/pom.xml             |   2 +-
 docker/hoodie/hadoop/namenode/pom.xml              |   2 +-
 docker/hoodie/hadoop/pom.xml                       |   2 +-
 docker/hoodie/hadoop/prestobase/pom.xml            |   2 +-
 docker/hoodie/hadoop/spark_base/pom.xml            |   2 +-
 docker/hoodie/hadoop/sparkadhoc/pom.xml            |   2 +-
 docker/hoodie/hadoop/sparkmaster/pom.xml           |   2 +-
 docker/hoodie/hadoop/sparkworker/pom.xml           |   2 +-
 hudi-cli/pom.xml                                   |   2 +-
 hudi-client/pom.xml                                |   2 +-
 .../java/org/apache/hudi/HoodieWriteClient.java    |  16 +-
 .../org/apache/hudi/metrics/HoodieMetrics.java     |  21 +-
 .../hudi/index/bloom/TestHoodieBloomIndex.java     |   2 +
 .../apache/hudi/table/TestCopyOnWriteTable.java    |   2 +
 hudi-common/pom.xml                                |   2 +-
 hudi-hadoop-mr/pom.xml                             |   2 +-
 hudi-hive/pom.xml                                  |   2 +-
 hudi-integ-test/pom.xml                            |   2 +-
 hudi-spark/pom.xml                                 |   2 +-
 hudi-timeline-service/pom.xml                      |   2 +-
 hudi-utilities/pom.xml                             |   2 +-
 packaging/hudi-hadoop-mr-bundle/pom.xml            |   2 +-
 packaging/hudi-hive-bundle/pom.xml                 |   2 +-
 packaging/hudi-presto-bundle/pom.xml               |   2 +-
 packaging/hudi-spark-bundle/pom.xml                |   2 +-
 packaging/hudi-timeline-server-bundle/pom.xml      |   2 +-
 packaging/hudi-utilities-bundle/pom.xml            |   2 +-
 pom.xml                                            |   2 +-
 37 files changed, 432 insertions(+), 1063 deletions(-)
 create mode 100644 DISCLAIMER
 create mode 100644 LICENSE
 delete mode 100644 LICENSE.txt
 copy hudi-timeline-service/src/main/resources/META-INF/NOTICE.txt => NOTICE 
(80%)
 delete mode 100644 NOTICE.txt

Reply via email to