Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-47818][CONNECT][FOLLOW-UP] Introduce plan cache in SparkConnec…
…tPlanner to improve performance of Analyze requests ### What changes were proposed in this pull request? In [this previous PR](#46012), we introduced two new confs for the introduced plan cache - a static conf `spark.connect.session.planCache.maxSize` and a dynamic conf `spark.connect.session.planCache.enabled`. The plan cache is enabled by default with size 5. In this PR, we are marking them as internal because we don't expect users to deal with it. ### Why are the changes needed? These two confs are not expected to be used under normal circumstances, and we don't need to document them on the Spark Configuration reference page. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #46638 from xi-db/SPARK-47818-plan-cache-followup2. Authored-by: Xi Lyu <[email protected]> Signed-off-by: Herman van Hovell <[email protected]>
- Loading branch information