[
https://issues.apache.org/jira/browse/FLINK-24889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442903#comment-17442903
]
Ingo Bürk commented on FLINK-24889:
-----------------------------------
[~slinkydeveloper]
> Flink SQL Client should print corrently multisets
> -------------------------------------------------
>
> Key: FLINK-24889
> URL: https://issues.apache.org/jira/browse/FLINK-24889
> Project: Flink
> Issue Type: Bug
> Reporter: Sergey Nuyanzin
> Priority: Major
>
> 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)