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 2023/03/04 04:35:38 UTC

[hudi] branch master updated (18d528f33d8 -> d40a6211f64)

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 18d528f33d8 [HUDI-5736] Common de-coupling column drop flag and schema validation flag (#7895)
     add d40a6211f64 [HUDI-5796] Adding auto inferring partition from incoming df (#7951)

No new revisions were added by this update.

Summary of changes:
 .../testsuite/dag/nodes/SparkDeleteNode.scala      |   2 +-
 .../dag/nodes/SparkDeletePartitionNode.scala       |   2 +-
 .../testsuite/dag/nodes/SparkInsertNode.scala      |   2 +-
 .../scala/org/apache/hudi/DataSourceOptions.scala  |  45 ++++----
 .../org/apache/hudi/HoodieSparkSqlWriter.scala     |   2 +-
 .../apache/hudi/functional/TestCOWDataSource.scala | 117 +++++++++++++++++++--
 6 files changed, 136 insertions(+), 34 deletions(-)