This is an automated email from the ASF dual-hosted git repository.

github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


    from d62d3382ac docs: recommend setting spark.executor.memoryOverhead 
alongside off-heap memory (#6051)
     add 67c23a2194 fix: remove the ineffective spark.executor.memoryOverhead 
adjustment from the driver plugin (#6054)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/pr_build_linux.yml               |  4 +-
 .github/workflows/pr_build_macos.yml               |  4 +-
 .../main/scala/org/apache/comet/CometConf.scala    |  2 +-
 .../apache/comet/CometSparkSessionExtensions.scala | 20 +----
 .../src/main/scala/org/apache/spark/Plugins.scala  | 67 ++++++++--------
 .../spark/comet/shims/ShimCometDriverPlugin.scala  | 31 --------
 .../spark/comet/shims/ShimCometDriverPlugin.scala  | 28 -------
 .../comet/CometSparkSessionExtensionsSuite.scala   |  3 +-
 .../scala/org/apache/spark/CometPluginsSuite.scala | 89 +++++++++++-----------
 9 files changed, 87 insertions(+), 161 deletions(-)
 delete mode 100644 
spark/src/main/spark-3.x/org/apache/spark/comet/shims/ShimCometDriverPlugin.scala
 delete mode 100644 
spark/src/main/spark-4.x/org/apache/spark/comet/shims/ShimCometDriverPlugin.scala


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

Reply via email to