Re: batch range sort support

2020-04-23 Thread Benchao Li
Hi Kurt, I've created a jira issue[1] to track this, we can move further discussions to the jira issue. [1] https://issues.apache.org/jira/browse/FLINK-17354 Kurt Young 于2020年4月23日周四 下午10:25写道: > Hi Benchao, you can create a jira issue to track this. > > Best, > Kurt > > > On Thu, Apr 23, 2020

Re: batch range sort support

2020-04-23 Thread Kurt Young
Hi Benchao, you can create a jira issue to track this. Best, Kurt On Thu, Apr 23, 2020 at 2:27 PM Benchao Li wrote: > Hi Jingsong, > > Thanks for your quick response. I've CC'ed Chongchen who understands the > scenario much better. > > > Jingsong Li 于2020年4月23日周四 下午12:34写道: > >> Hi, Benchao,

Re: batch range sort support

2020-04-22 Thread Benchao Li
Hi Jingsong, Thanks for your quick response. I've CC'ed Chongchen who understands the scenario much better. Jingsong Li 于2020年4月23日周四 下午12:34写道: > Hi, Benchao, > > Glad to see your requirement about range partition. > I have a branch to support range partition: [1] > > Can you describe your sc

Re: batch range sort support

2020-04-22 Thread Jingsong Li
Hi, Benchao, Glad to see your requirement about range partition. I have a branch to support range partition: [1] Can you describe your scene in more detail? What sink did you use for your jobs? A simple and complete business scenario? This can help the community judge the importance of the range

batch range sort support

2020-04-22 Thread Benchao Li
Hi, Currently the sort operator in blink planner is global, which has bottleneck if we sort a lot of data. And I found 'table.exec.range-sort.enabled' config in BatchExecSortRule, which makes me very exciting. After enabling this config, I found that it's not implemented completely now. This conf