This is an automated email from the ASF dual-hosted git repository.
forwardxu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from a998586396 [minor] following 4152, refactor the clazz about plan
selection strategy (#6060)
add f20acb8dc3 [HUDI-4367] Support copyToTable on call (#6054)
No new revisions were added by this update.
Summary of changes:
.../command/procedures/CopyToTableProcedure.scala | 128 ++++++++
.../hudi/command/procedures/HoodieProcedures.scala | 1 +
.../hudi/procedure/TestCopyToTableProcedure.scala | 353 +++++++++++++++++++++
3 files changed, 482 insertions(+)
create mode 100644
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/CopyToTableProcedure.scala
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/procedure/TestCopyToTableProcedure.scala