pengzhiwei created HUDI-1832:
--------------------------------
Summary: Support Hoodie CLI Command In Spark SQL
Key: HUDI-1832
URL: https://issues.apache.org/jira/browse/HUDI-1832
Project: Apache Hudi
Issue Type: Sub-task
Components: Spark Integration
Reporter: pengzhiwei
Move the Hoodie CLI command to spark sql. The syntax just like the follow:
{code:java}
CLI_COMMAND [ (param_key1 = value1, param_key2 = value2...) ]
{code}
e.g.
{code:java}
commits showcommit
showfiles (commit = ‘20210114221306’, limit = 10)show
rollbackssavepoint create (commit = ‘20210114221306’)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)