Sergey Nuyanzin created FLINK-24889:
---------------------------------------

             Summary: 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


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}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to