You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jun Zhang (Jira)" <ji...@apache.org> on 2021/02/05 02:56:00 UTC

[jira] [Created] (FLINK-21286) Support BUCKET for flink sql CREATE TABLE

Jun Zhang created FLINK-21286:
---------------------------------

             Summary: Support  BUCKET for flink sql CREATE TABLE
                 Key: FLINK-21286
                 URL: https://issues.apache.org/jira/browse/FLINK-21286
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / API
    Affects Versions: 1.12.1
            Reporter: Jun Zhang
             Fix For: 1.13.0


Support BUCKET for flink CREATE TABLE : refer to hive syntax
{code:java}
 [CLUSTERED BY (col_name, col_name, ...) [SORTED BY (col_name [ASC|DESC], ...)] INTO num_buckets BUCKETS]
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)