Re: How to set unorderedWait/orderedWait properties in Table API when using Async I/O

2020-02-28 Thread Zheng Steven
e: > >> >> >> ------ Forwarded message ----- >> 发件人: StevenZheng >> Date: 2020年2月28日周五 下午6:30 >> Subject: Re: How to set unorderedWait/orderedWait properties in Table API >> when using Async I/O >> To: Danny Chan >> >> >>

Re: How to set unorderedWait/orderedWait properties in Table API when using Async I/O

2020-02-28 Thread Jark Wu
s.apache.org/jira/browse/FLINK-16332 to track this feature. Best, Jark On Fri, 28 Feb 2020 at 18:33, 郑泽辉 wrote: > > > -- Forwarded message - > 发件人: StevenZheng > Date: 2020年2月28日周五 下午6:30 > Subject: Re: How to set unorderedWait/orderedWait properties in T

Fwd: How to set unorderedWait/orderedWait properties in Table API when using Async I/O

2020-02-28 Thread 郑泽辉
-- Forwarded message - 发件人: StevenZheng Date: 2020年2月28日周五 下午6:30 Subject: Re: How to set unorderedWait/orderedWait properties in Table API when using Async I/O To: Danny Chan Thanks Danny and I do run my lookupfunction in a single thread like this commit:https://github.com

How to set unorderedWait/orderedWait properties in Table API when using Async I/O

2020-02-26 Thread 郑泽辉
Hi all, I'm using Blink Planner(flink v1.9) and I create a AsyncJdbcTableSource class implements LookupableTableSource, but when I override the getAsyncLookupFunction(), I found the results of async method(by Vertx) is in order. But I don't need the stream order is preserved and just want the resu