You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vb...@apache.org on 2019/12/09 20:30:00 UTC

[incubator-hudi] branch master updated (63e330b -> e555aa5)

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

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


    from 63e330b  [MINOR] add *.log to .gitignore file (#1086)
     add e555aa5  [HUDI-353] Add hive style partitioning path

No new revisions were added by this update.

Summary of changes:
 .../strategy/DayBasedCompactionStrategy.java       | 12 ++++++
 .../SlashEncodedDayPartitionValueExtractor.java    |  6 +--
 .../java/org/apache/hudi/ComplexKeyGenerator.java  |  9 +++-
 .../java/org/apache/hudi/SimpleKeyGenerator.java   |  7 ++++
 .../scala/org/apache/hudi/DataSourceOptions.scala  |  8 ++++
 .../org/apache/hudi/HoodieSparkSqlWriter.scala     |  3 +-
 .../src/test/scala/TestDataSourceDefaults.scala    | 48 +++++++++++++---------
 .../keygen/TimestampBasedKeyGenerator.java         |  5 ++-
 8 files changed, 72 insertions(+), 26 deletions(-)