Re: [PR] feat: disable task stage plan binary cache [datafusion-ballista]

2025-05-28 Thread via GitHub


milenkovicm merged PR #1266:
URL: https://github.com/apache/datafusion-ballista/pull/1266


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org



[PR] feat: disable task stage plan binary cache [datafusion-ballista]

2025-05-19 Thread via GitHub


milenkovicm opened a new pull request, #1266:
URL: https://github.com/apache/datafusion-ballista/pull/1266

   # Which issue does this PR close?
   
   Closes #.
   
# Rationale for this change
   
   In some cases stage plan should not be cached, as task plan may change, as 
there is no easy way to invalidate the cache, it can be optionally disabled.  
This is sub-optimal solution, but easies to implement, and we can re-visit it 
once we have a good benchmark
   
   # What changes are included in this PR?
   
   - scheduler exposes new compile option `disable-stage-plan-cache`  which 
will remove task cache
   
   # Are there any user-facing changes?
   
   
   
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org