Re: cpp: Debugging 'plan destruction before finishing'

2022-07-15 Thread Sasha Krassovsky
error messages during execution to at least be printed. > > > Yaron. > > From: Weston Pace > Sent: Thursday, July 14, 2022 12:38 PM > To: dev@arrow.apache.org > Subject: Re: cpp: Debugging 'plan destruction before finishing' > > > After some

Re: cpp: Debugging 'plan destruction before finishing'

2022-07-15 Thread Yaron Gvili
rhaps it would be useful to add a kind of debug-flag in Acero that causes these error messages during execution to at least be printed. Yaron. From: Weston Pace Sent: Thursday, July 14, 2022 12:38 PM To: dev@arrow.apache.org Subject: Re: cpp: Debugging

Re: cpp: Debugging 'plan destruction before finishing'

2022-07-14 Thread Weston Pace
> After some quick debugging, I found that the asof node's StopProducing (a conditioning necessary to finish the plan) is called shortly after the error output. StopProducing should probably more accurately be named "Abort" or "StopRightNow". If you run the plan to completion normally I do not be

cpp: Debugging 'plan destruction before finishing'

2022-07-14 Thread Ivan Chau
Hi all, I've been encountering a "plan destruction before finishing" output occurring with the AsOfJoin node, particularly when joining large tables. My execution context is configured with the default memory pool and a nullptr for the executor. I am calling StartAndCollect