This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 4f63cc06e74 [MINOR] Fix flaky test testCreateNewInstantTimes (#13032)
add fb8d27bc4e1 [HUDI-9216] Ignore validation of empty databaseName in
HoodieTableMetaClient (#13033)
No new revisions were added by this update.
Summary of changes:
.../hudi/common/table/HoodieTableMetaClient.java | 2 +-
.../hudi/hadoop/TestHoodieHFileInputFormat.java | 4 +-
.../hudi/hadoop/TestHoodieParquetInputFormat.java | 4 +-
.../scala/org/apache/hudi/HoodieWriterUtils.scala | 7 +++-
.../org/apache/hudi/TestHoodieWriterUtils.java | 46 ++++++++++++++++++++++
5 files changed, 56 insertions(+), 7 deletions(-)
create mode 100644
hudi-spark-datasource/hudi-spark-common/src/test/java/org/apache/hudi/TestHoodieWriterUtils.java