dillitz opened a new pull request, #43311:
URL: https://github.com/apache/spark/pull/43311

   ### What changes were proposed in this pull request?
   This PR adds an optional `ExecuteHolder` to `SparkConnectPlanner`.
   This allows plugins to access the `ExecuteHolder` to for example create a 
`QueryPlanningTracker` without the need to create a new `CommandPlugin` 
interface like proposed in https://github.com/apache/spark/pull/42984.
   
   
   ### Why are the changes needed?
   There is currently no way to track queries executed by a CommandPlugin. For 
this, the plugin needs access to the `ExecuteHolder`. 
   
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   
   ### How was this patch tested?
   Adjusted existing tests.
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to