You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2022/02/20 18:49:37 UTC

[hudi] branch master updated (8327997 -> 66ac144)

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

sivabalan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.


    from 8327997  [HUDI-3446] Supports batch reader in BootstrapOperator#loadRecords (#4837)
     add 66ac144  [MINOR] Moving spark scheduling configs out of DataSourceOptions (#4843)

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/hudi/DataSourceOptions.scala  | 26 -----------
 .../org/apache/hudi/HoodieSparkSqlWriter.scala     |  4 +-
 .../main/scala/org/apache/hudi/SparkConfigs.scala  | 50 ++++++++++++++++++++++
 .../deltastreamer/SchedulerConfGenerator.java      |  4 +-
 .../deltastreamer/TestSchedulerConfGenerator.java  | 10 ++---
 5 files changed, 59 insertions(+), 35 deletions(-)
 create mode 100644 hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/SparkConfigs.scala