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/01/09 07:47:34 UTC

[hudi] branch master updated (0d8ca8d -> 3679070)

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

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


    from 0d8ca8d  [HUDI-3104] Kafka-connect support of hadoop config environments and properties (#4451)
     add 3679070  [HUDI-3125] spark-sql write timestamp directly (#4471)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/keygen/RowKeyGeneratorHelper.java  |  19 +++-
 .../org/apache/hudi/AvroConversionHelper.scala     |  15 ++-
 .../hudi/keygen/TestRowGeneratorHelper.scala       | 102 +++++++++++++++++++++
 .../apache/spark/sql/hudi/TestCreateTable.scala    |  27 ++++++
 .../apache/spark/sql/hudi/TestInsertTable.scala    |  32 +++++++
 5 files changed, 188 insertions(+), 7 deletions(-)
 create mode 100644 hudi-client/hudi-spark-client/src/test/scala/org/apache/hudi/keygen/TestRowGeneratorHelper.scala