[
https://issues.apache.org/jira/browse/FLINK-24889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin updated FLINK-24889:
------------------------------------
Component/s: Table SQL / API
> Flink SQL Client should print corrently multisets
> -------------------------------------------------
>
> Key: FLINK-24889
> URL: https://issues.apache.org/jira/browse/FLINK-24889
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / API
> Reporter: Sergey Nuyanzin
> Priority: Major
> Labels: pull-request-available
>
> Probably the easiest way to reproduce is
> {code:sql}
> CREATE TABLE flink_multiset_example (
> m multiset<BIGINT>
> ) WITH (
> 'connector' = 'datagen'
> );
> select * from flink_multiset_example;
> {code}
> I think it relates to https://issues.apache.org/jira/browse/FLINK-21456
--
This message was sent by Atlassian Jira
(v8.20.1#820001)