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

vbalaji pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.


    from a9a97d6  [HUDI-934] Add processing logic for the decimal LogicalType 
(#1677)
     new a68180b  [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 fb28393  [HUDI-990] Timeline API : 
filterCompletedAndCompactionInstants needs to handle requested state correctly. 
Also ensure timeline gets reloaded after we revert committed transactions

The 2 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:
 .../cli/commands/TestArchivedCommitsCommand.java   | 12 ++++--
 .../hudi/cli/commands/TestCleansCommand.java       |  8 +++-
 .../cli/commands/TestFileSystemViewCommand.java    | 12 ++++--
 .../cli/commands/TestHoodieLogFileCommand.java     | 15 ++++---
 .../hudi/cli/commands/TestRepairsCommand.java      | 19 +++++----
 .../hudi/cli/commands/TestRollbacksCommand.java    | 14 ++++---
 .../hudi/cli/commands/TestSavepointsCommand.java   |  5 ++-
 .../hudi/cli/commands/TestSparkEnvCommand.java     |  8 +++-
 .../apache/hudi/cli/commands/TestStatsCommand.java | 10 +++--
 .../testutils/AbstractShellIntegrationTest.java    |  9 +++++
 .../client/embedded/EmbeddedTimelineService.java   |  4 +-
 .../CopyOnWriteRollbackActionExecutor.java         |  2 +
 .../MergeOnReadRollbackActionExecutor.java         |  2 +
 .../java/org/apache/hudi/client/TestMultiFS.java   |  4 --
 .../hudi/client/TestUpdateSchemaEvolution.java     |  4 +-
 .../org/apache/hudi/index/TestHoodieIndex.java     |  7 +---
 .../hudi/index/bloom/TestHoodieBloomIndex.java     |  2 +-
 .../index/bloom/TestHoodieGlobalBloomIndex.java    |  2 +-
 .../apache/hudi/index/hbase/TestHBaseIndex.java    | 21 +++++-----
 .../index/hbase/TestHBaseQPSResourceAllocator.java |  2 +-
 .../hudi/io/TestHoodieKeyLocationFetchHandle.java  |  2 +-
 .../org/apache/hudi/io/TestHoodieMergeHandle.java  | 11 ++---
 .../hudi/table/TestHoodieMergeOnReadTable.java     | 47 +++++++++++-----------
 .../commit/TestCopyOnWriteActionExecutor.java      |  4 +-
 .../table/action/commit/TestUpsertPartitioner.java |  2 +-
 .../table/action/compact/TestHoodieCompactor.java  |  9 ++---
 .../hudi/testutils/HoodieClientTestBase.java       | 20 +--------
 .../hudi/testutils/HoodieClientTestHarness.java    | 37 ++++++++++++++++-
 .../table/timeline/HoodieDefaultTimeline.java      |  2 +-
 .../table/view/FileSystemViewStorageConfig.java    | 21 ++++++++++
 .../table/timeline/TestHoodieActiveTimeline.java   |  2 +-
 pom.xml                                            |  2 +-
 32 files changed, 196 insertions(+), 125 deletions(-)

Reply via email to