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

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


    omit d8be3dd39a5 Adding more logs to debug
    omit fbf69477d3b Minor fixes
    omit cdea97dce38 Fixing cleaning up of DFS in test
    omit 4774e965c1e Init embedded timeline server only when needed
    omit 19ce00538b4 Fixing remote table file system tests
    omit 3b500e4e48e [HUDI-5482] Nulls should be counted in the value count 
stats for mor table (#7482)
    omit 266936114d1 Fixing closing of resourcs in TestHoodieLogFormat
    omit 0f56b71b23e Fixing hdfs mini cluster
    omit c5321b260b2 Fixing test log format tests
     new 18f438577f4 [HUDI-3900] Closing resources in TestHoodieLogRecord 
(#6995)

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   (d8be3dd39a5)
            \
             N -- N -- N   refs/heads/release-0.12.3 (18f438577f4)

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:
 .../org/apache/hudi/client/BaseHoodieClient.java   |  1 -
 .../embedded/EmbeddedTimelineServerHelper.java     |  4 +-
 .../TestRemoteFileSystemViewWithMetadataTable.java | 50 +++++---------
 .../hudi/testutils/HoodieClientTestHarness.java    | 17 ++---
 .../hudi/common/table/HoodieTableMetaClient.java   |  5 --
 .../view/RemoteHoodieTableFileSystemView.java      |  2 +-
 .../hudi/exception/TableNotFoundException.java     |  7 +-
 .../hudi/metadata/HoodieTableMetadataUtil.java     |  4 +-
 .../common/functional/TestHoodieLogFormat.java     | 79 ++++++++++------------
 .../common/testutils/HoodieCommonTestHarness.java  | 19 ++----
 .../testutils/minicluster/HdfsTestService.java     | 39 +++++++----
 .../hudi/functional/TestColumnStatsIndex.scala     | 50 +-------------
 12 files changed, 97 insertions(+), 180 deletions(-)

Reply via email to