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 9396740 [HUDI-2180] Fix Compile Error For Spark3 (#3274)
add 2debb9b [HUDI-1828] Update unit tests to support ORC as the base file
format (#3237)
No new revisions were added by this update.
Summary of changes:
.../hudi/cli/integ/ITTestRepairsCommand.java | 28 ++++++++---
.../apache/hudi/io/storage/HoodieOrcWriter.java | 3 +-
.../hudi/testutils/HoodieWriteableTestTable.java | 58 ++++++++++++++++------
.../org/apache/hudi/client/HoodieReadClient.java | 9 +++-
.../table/action/commit/TestUpsertPartitioner.java | 2 +-
.../table/action/compact/CompactionTestBase.java | 2 +-
.../table/action/compact/TestHoodieCompactor.java | 2 +-
.../hudi/testutils/FunctionalTestHarness.java | 9 ++++
.../hudi/testutils/HoodieClientTestBase.java | 2 +-
.../hudi/testutils/HoodieClientTestUtils.java | 26 ++++++++--
.../apache/hudi/avro/HoodieAvroWriteSupport.java | 1 +
.../java/org/apache/hudi/common/util/OrcUtils.java | 12 +++--
.../reader/DFSHoodieDatasetInputReader.java | 36 ++++++++------
.../integ/testsuite/reader/SparkBasedReader.java | 12 +++++
14 files changed, 149 insertions(+), 53 deletions(-)