TsReaper commented on issue #10306: [FLINK-13943][table-api] Provide utility 
method to convert Flink table to Java List
URL: https://github.com/apache/flink/pull/10306#issuecomment-558473091
 
 
   > @TsReaper I think it would be better to add method `Table.collect` to 
expose this functionality, otherwise I am afraid very few people would know 
that they can collect table result in such way.
   > Another method we can add is `Table.head(n)` which collect the first n 
rows for preview.
   
   We indeed would like to add a `Table#collect` method. But we will thus need 
a FLIP and cannot make it into 1.10 before feature freeze. I think it might be 
better to let users try on this utility method first.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to