Yann Byron created HUDI-2706:
--------------------------------
Summary: Refactor Spark-SQL to make consistent with DataFrame
Key: HUDI-2706
URL: https://issues.apache.org/jira/browse/HUDI-2706
Project: Apache Hudi
Issue Type: Improvement
Components: Spark Integration
Reporter: Yann Byron
# refactor `CreateHoodieTableCommand`;
## use `TBLPROPERTIES` syntax to pass config rather than `OPTIONS`, and keepĀ
compatible with `OPTIONS` syntax;
## force to provide `PrimaryKey`, so that make Update/Delete available;
# hudi spark-sql decouple from metastore as far as possible, get config from
local hoodie.properties first;
# modify operation when insert/merge, make consistent with dataframe api.
# add parameter validation for recordKey, preCombineKey, keyGenerator, even if
those parameters are defined by different keys.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)