You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Raymond Xu (Jira)" <ji...@apache.org> on 2022/02/17 05:41:00 UTC

[jira] [Updated] (HUDI-1830) Support Cluster By In Create Table

     [ https://issues.apache.org/jira/browse/HUDI-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Xu updated HUDI-1830:
-----------------------------
    Issue Type: New Feature  (was: Task)

> Support Cluster By In Create Table
> ----------------------------------
>
>                 Key: HUDI-1830
>                 URL: https://issues.apache.org/jira/browse/HUDI-1830
>             Project: Apache Hudi
>          Issue Type: New Feature
>          Components: spark-sql
>            Reporter: pengzhiwei
>            Priority: Major
>             Fix For: 0.11.0
>
>
> 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.20.1#820001)