This is an automated email from the ASF dual-hosted git repository.
leesf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from 1dd6635 [MINOR] Fix ClassCastException when use QuickstartUtils
generate data (#2105)
add ae68b2b [MINOR] fix typos (#2116)
No new revisions were added by this update.
Summary of changes:
.../apache/hudi/cli/commands/BootstrapCommand.java | 2 +-
.../java/org/apache/hudi/table/TestCleaner.java | 12 ++---
.../bootstrap/index/HFileBootstrapIndex.java | 8 +--
.../hudi/common/model/BootstrapFileMapping.java | 16 +++---
.../table/view/AbstractTableFileSystemView.java | 4 +-
.../common/util/queue/BoundedInMemoryQueue.java | 62 ++++++++++++++--------
.../util/queue/BoundedInMemoryQueueProducer.java | 2 +-
.../hudi/common/bootstrap/TestBootstrapIndex.java | 2 +-
.../java/org/apache/hudi/client/TestBootstrap.java | 4 +-
9 files changed, 66 insertions(+), 46 deletions(-)