You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "孙铮 (Jira)" <ji...@apache.org> on 2021/01/22 09:17:00 UTC

[jira] [Comment Edited] (FLINK-21058) Add SHOW PARTITION syntax support for flink

    [ https://issues.apache.org/jira/browse/FLINK-21058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17270022#comment-17270022 ] 

孙铮 edited comment on FLINK-21058 at 1/22/21, 9:16 AM:
------------------------------------------------------

[~jark] [~nicholasjiang] Yes, I am going to refer to the hive catalog SHOW PARTITIONS syntax to implement the Flink SQL show partitions syntax
{code:java}
Flink SQL> show partitions org.abc;
day=20210121
day=20210122
day=20210101
day=20201218
day=20201219
day=20201224
day=20201222
day=20201223
day=20201220
{code}


was (Author: sunzheng):
[~jark] [~nicholasjiang] Yes, I am going to refer to the hive catalog SHOW PARTITIONS syntax to implement the Flink SQL show partitions syntax
{code:java}
//代码占位符
Flink SQL> show partitions org.abc;
day=20210121
day=20210122
day=20210101
day=20201218
day=20201219
day=20201224
day=20201222
day=20201223
day=20201220
{code}

> Add SHOW PARTITION syntax support for flink
> -------------------------------------------
>
>                 Key: FLINK-21058
>                 URL: https://issues.apache.org/jira/browse/FLINK-21058
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table SQL / Planner
>    Affects Versions: 1.12.0
>            Reporter: 孙铮
>            Priority: Minor
>             Fix For: 1.13.0
>
>
> I want to add SHOW PARTITION syntax support to flink



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