Re: testing of back-pressure

2023-02-16 Thread Li Jin
ner have their own concepts of backpressure and > these are independently unit tested. However, this is more or less > external to Acero. > > So I think there is certainly room for improvement here. > > On Thu, Feb 16, 2023 at 5:34 AM Yaron Gvili wrote: > > > Hi, > &g

Re: testing of back-pressure

2023-02-16 Thread Weston Pace
I think there is certainly room for improvement here. On Thu, Feb 16, 2023 at 5:34 AM Yaron Gvili wrote: > Hi, > > What testing of back-pressure exist in Acero? I'm mostly interested in > testing of back-pressure that applies to any ExecNode, but could also learn > from more

testing of back-pressure

2023-02-16 Thread Yaron Gvili
Hi, What testing of back-pressure exist in Acero? I'm mostly interested in testing of back-pressure that applies to any ExecNode, but could also learn from more specific testing. If this is not well covered, I'd look into implementing such testing. Cheers, Yaron.