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

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


    omit 5fcc461  Bumping release candidate number 1
     new 6dcd0a3  [HUDI-988] Fix Unit Test Flakiness : Ensure all 
instantiations of HoodieWriteClient is closed properly. Fix bug in 
TestRollbacks. Make CLI unit tests for Hudi CLI check skip redering strings
     new ae48ecb  [HUDI-990] Timeline API : 
filterCompletedAndCompactionInstants needs to handle requested state correctly. 
Also ensure timeline gets reloaded after we revert committed transactions
     new 84ca5b0  Making few fixes after cherry picking
     new 864a7cd  [HUDI-988] Fix More Unit Test Flakiness

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   (5fcc461)
            \
             N -- N -- N   refs/heads/release-0.5.3 (864a7cd)

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 4 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:
 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 +-
 .../apache/hudi/cli/HoodieTableHeaderFields.java   |  36 ----
 .../cli/commands/AbstractShellIntegrationTest.java |   2 +-
 .../hudi/cli/commands/TestRepairsCommand.java      | 206 ---------------------
 hudi-client/pom.xml                                |   2 +-
 .../org/apache/hudi/client/HoodieWriteClient.java  |   2 +-
 .../client/embedded/EmbeddedTimelineService.java   |   4 +-
 .../apache/hudi/table/HoodieCopyOnWriteTable.java  |   2 +
 .../apache/hudi/table/HoodieMergeOnReadTable.java  |   2 +
 .../hudi/client/TestCompactionAdminClient.java     |  35 ++--
 .../apache/hudi/client/TestHoodieClientBase.java   | 187 +++++++++----------
 .../java/org/apache/hudi/client/TestMultiFS.java   |   8 +-
 .../hudi/client/TestUpdateSchemaEvolution.java     |   5 +-
 .../hudi/common/HoodieClientTestHarness.java       | 101 +++++++---
 .../execution/TestBoundedInMemoryExecutor.java     |   2 +-
 .../hudi/execution/TestBoundedInMemoryQueue.java   |   3 +-
 .../hudi/index/TestHBaseQPSResourceAllocator.java  |   2 +-
 .../java/org/apache/hudi/index/TestHbaseIndex.java |  17 +-
 .../org/apache/hudi/index/TestHoodieIndex.java     |  29 ++-
 .../hudi/index/bloom/TestHoodieBloomIndex.java     |   4 +-
 .../index/bloom/TestHoodieGlobalBloomIndex.java    |   5 +-
 .../apache/hudi/io/TestHoodieCommitArchiveLog.java |   3 +-
 .../org/apache/hudi/io/TestHoodieMergeHandle.java  |  14 +-
 .../apache/hudi/table/TestConsistencyGuard.java    |   2 +-
 .../apache/hudi/table/TestCopyOnWriteTable.java    |   6 +-
 .../apache/hudi/table/TestMergeOnReadTable.java    | 145 +++++++--------
 .../hudi/table/compact/TestAsyncCompaction.java    |   2 +-
 .../hudi/table/compact/TestHoodieCompactor.java    |  17 +-
 hudi-common/pom.xml                                |   2 +-
 .../table/timeline/HoodieDefaultTimeline.java      |   2 +-
 .../table/view/FileSystemViewStorageConfig.java    |  21 +++
 .../table/view/HoodieTableFileSystemView.java      |   6 +
 .../table/string/TestHoodieActiveTimeline.java     |   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 +-
 .../timeline/service/FileSystemViewHandler.java    |   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                                            |   3 +-
 58 files changed, 369 insertions(+), 560 deletions(-)
 delete mode 100644 
hudi-cli/src/main/java/org/apache/hudi/cli/HoodieTableHeaderFields.java
 delete mode 100644 
hudi-cli/src/test/java/org/apache/hudi/cli/commands/TestRepairsCommand.java

Reply via email to