jonahgao opened a new pull request, #9619:
URL: https://github.com/apache/arrow-datafusion/pull/9619

   ## Which issue does this PR close?
   
   
   Closes #9554.
   
   ## Rationale for this change
   - Add a `MemoryReservation` to track the memory usage of the 
RecursiveQuery's buffer.
   - The `MemoryReservation` will move with the buffer into the `WorkTable`.
   - The `MemoryReservation` in the `WorkTable` will be freed at the start of 
next iteration.
   
   
   ## What changes are included in this PR?
   - Add track memory usage for recursive CTE.
   - Enable recursive CTE support by default.
   
   ## Are these changes tested?
   Yes
   
   ## Are there any user-facing changes?
   No. Enable a new feature by default.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to