### _Why are the changes needed?_ To close #5360 Support Compaction table/path related command. The SQL grammar is https://github.com/apache/hudi/blob/release-0.14.0/hudi-spark-datasource/hudi-spark/src/main/antlr4/org/apache/hudi/spark/sql/parser/HoodieSqlCommon.g4 - InsertIntoHoodieTableCommand :https://github.com/apache/hudi/blob/master/hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/InsertIntoHoodieTableCommand.scala ### _How was this patch tested?_ - [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ No Closes #5456 from AngersZhuuuu/KYUUBI-5360. Closes #5360 ebeb3f270 [Angerszhuuuu] Update table_command_spec.json fcdc51880 [Angerszhuuuu] Merge branch 'master' into KYUUBI-5360 d1281ca66 [Angerszhuuuu] Update HudiCatalogRangerSparkExtensionSuite.scala 5a6ce81fb [Angerszhuuuu] Merge branch 'master' into KYUUBI-5360 ead082e39 [Angerszhuuuu] [KYUUBI #5360 ] Support Hudi InsertIntoHoodieTableCommand Authored-by: Angerszhuuuu <angers.zhu@gmail.com> Signed-off-by: Kent Yao <yao@apache.org> |
||
|---|---|---|
| .. | ||
| server/kyuubi-server-plugin | ||
| spark | ||
| README.md | ||
For developers
This folder contains plugins/extension for kyuubi server and different engine types.
- ext
- kyuubi-server
- spark
- flink
- trino
- hive
- others
- ...