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:18:00 UTC

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

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

孙铮 updated FLINK-21058:
-----------------------
    Comment: was deleted

(was: [~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)