You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/01/06 02:47:53 UTC

[incubator-seatunnel] branch dev updated (40a1712 -> a74d0b6)

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

kirs pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git.


    from 40a1712  Fix Github Action pending problem (#941)
     add a74d0b6  [SeaTunnel #919] Add spark-hudi source plugin  (#920)

No new revisions were added by this update.

Summary of changes:
 docs/en/configuration/source-plugins/Hudi.md       | 67 ++++++++++++++++++++++
 .../org.apache.seatunnel.spark.BaseSparkSource     |  1 +
 .../seatunnel/spark/{sink => source}/Hudi.scala    | 32 +++++------
 3 files changed, 82 insertions(+), 18 deletions(-)
 create mode 100644 docs/en/configuration/source-plugins/Hudi.md
 create mode 100644 seatunnel-connectors/seatunnel-connector-spark-hudi/src/main/resources/META-INF/services/org.apache.seatunnel.spark.BaseSparkSource
 copy seatunnel-connectors/seatunnel-connector-spark-hudi/src/main/scala/org/apache/seatunnel/spark/{sink => source}/Hudi.scala (67%)