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 2021/08/13 17:01:42 UTC

[hudi] branch master updated (d4c2974 -> 9689278)

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 d4c2974  MINOR fix method use error (#3467)
     add 9689278  [HUDI-1363] Provide option to drop partition columns (#3465)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hudi/avro/HoodieAvroUtils.java |  6 ++-
 .../scala/org/apache/hudi/DataSourceOptions.scala  |  6 +++
 .../apache/hudi/HoodieDatasetBulkInsertHelper.java | 14 +++++--
 .../org/apache/hudi/HoodieSparkSqlWriter.scala     | 44 +++++++++++++++++-----
 .../scala/org/apache/hudi/HoodieWriterUtils.scala  |  3 +-
 .../TestHoodieDatasetBulkInsertHelper.java         | 12 +++---
 .../apache/hudi/functional/TestCOWDataSource.scala | 22 +++++++++++
 7 files changed, 87 insertions(+), 20 deletions(-)