pengzhiwei created HUDI-1830:
--------------------------------
Summary: Support Cluster By In Create Table
Key: HUDI-1830
URL: https://issues.apache.org/jira/browse/HUDI-1830
Project: Apache Hudi
Issue Type: Sub-task
Components: Spark Integration
Reporter: pengzhiwei
Support cluster by statement when create hoodie table.
{code:java}
create table h0 (
id int,
name string,
f0 double
f1 bigint
) using hudi
cluster by (f0,f1){code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
