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 e4e5bf02320 [HUDI-8097] Fix getting Schema evolution setting from 
hudi-defaults.conf on altering columns (#11796)
     add 9f345342df9 [HUDI-8093] Replace Hadoop Configuration with 
StorageConfiguration in hudi-client-common module (#11792)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hudi/client/BaseHoodieClient.java   | 17 ++++---
 .../hudi/client/BaseHoodieTableServiceClient.java  | 30 +++++------
 .../apache/hudi/client/BaseHoodieWriteClient.java  |  3 +-
 .../client/embedded/EmbeddedTimelineService.java   |  5 +-
 .../hudi/table/action/BaseActionExecutor.java      |  7 ++-
 .../table/action/bootstrap/BootstrapUtils.java     |  3 +-
 .../table/action/index/RunIndexActionExecutor.java |  3 +-
 .../hudi/table/marker/DirectWriteMarkers.java      |  3 +-
 .../hudi/table/marker/WriteMarkersFactory.java     |  3 +-
 .../table/upgrade/FourToFiveUpgradeHandler.java    |  4 +-
 .../org/apache/hudi/HoodieTestCommitGenerator.java | 15 +++---
 .../apache/hudi/table/action/TestCleanPlanner.java |  3 +-
 .../GenericRecordValidationTestUtils.java          | 21 +++++---
 .../hudi/testutils/HoodieMergeOnReadTestUtils.java | 58 +++-------------------
 .../hudi/client/HoodieFlinkTableServiceClient.java |  4 +-
 .../hudi/client/HoodieJavaTableServiceClient.java  |  5 +-
 .../testutils/HoodieJavaClientTestHarness.java     |  2 +-
 .../hudi/client/SparkRDDTableServiceClient.java    |  4 +-
 .../SparkBootstrapCommitActionExecutor.java        |  2 +-
 .../TestRemoteFileSystemViewWithMetadataTable.java |  4 +-
 .../TestTimelineServerBasedWriteMarkers.java       |  4 +-
 .../hudi/testutils/HoodieClientTestUtils.java      |  5 +-
 .../org/apache/hudi/hadoop/fs/HadoopFSUtils.java   |  8 +++
 .../hudi/common/testutils/HadoopFSTestUtils.java   | 32 +++++-------
 .../hudi/timeline/service/TimelineService.java     | 27 +++++-----
 .../TestRemoteHoodieTableFileSystemView.java       |  4 +-
 .../hudi/utilities/perf/TimelineServerPerf.java    | 15 +++---
 27 files changed, 121 insertions(+), 170 deletions(-)
 copy 
hudi-spark-datasource/hudi-spark-common/src/main/java/org/apache/hudi/internal/BaseDefaultSource.java
 => 
hudi-hadoop-common/src/test/java/org/apache/hudi/common/testutils/HadoopFSTestUtils.java
 (55%)

Reply via email to