You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by xu...@apache.org on 2022/04/21 17:01:50 UTC

[hudi] branch release-0.11.0 updated (8fdbbd2e83 -> 6fccca6c04)

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

xushiyan pushed a change to branch release-0.11.0
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from 8fdbbd2e83 Bumping release candidate number 3
     add c872dc14ef [HUDI-3938] Fix default value for num retries to acquire lock (#5380)
     add 6fccca6c04 [HUDI-3935] Adding config to fallback to enabled Partition Values extraction from Partition path (#5377)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/client/BaseHoodieWriteClient.java  |  2 +-
 .../org/apache/hudi/config/HoodieLockConfig.java   |  2 +-
 .../hudi/common/table/HoodieTableConfig.java       |  2 +-
 .../hudi/common/table/HoodieTableMetaClient.java   | 26 +++++--------
 .../internal/DataSourceInternalWriterHelper.java   |  2 +-
 .../org/apache/hudi/BaseFileOnlyRelation.scala     | 22 +++++------
 .../scala/org/apache/hudi/DataSourceOptions.scala  | 40 +++++++++++++++++---
 .../scala/org/apache/hudi/HoodieBaseRelation.scala | 44 +++++++++++++++++-----
 .../org/apache/hudi/HoodieDataSourceHelper.scala   |  1 -
 .../org/apache/hudi/HoodieSparkSqlWriter.scala     |  2 +-
 .../parquet/HoodieParquetFileFormat.scala          | 10 +++--
 .../apache/hudi/functional/TestCOWDataSource.scala | 39 +++++++++++++++----
 .../hudi/utilities/deltastreamer/DeltaSync.java    |  4 +-
 13 files changed, 134 insertions(+), 62 deletions(-)