This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 8ec164a [SPARK-56848] Upgrade `Apache DataFusion Comet` to 0.16.0
8ec164a is described below
commit 8ec164af96010faaf29098f385bc586ff4708260
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed May 13 08:41:21 2026 -0700
[SPARK-56848] Upgrade `Apache DataFusion Comet` to 0.16.0
### What changes were proposed in this pull request?
This PR aims to upgrade Apache DataFusion Comet to 0.16.0 in
`examples/pi-with-comet.yaml`.
### Why are the changes needed?
To use the latest version of Apache DataFusion Comet 0.16.0.
- https://github.com/apache/datafusion-comet/releases/tag/0.16.0
(2026-05-06)
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs because we have an integration test.
- #652
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.7)
Closes #673 from dongjoon-hyun/SPARK-56848.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
examples/pi-with-comet.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/pi-with-comet.yaml b/examples/pi-with-comet.yaml
index 7739ea3..78fc91d 100644
--- a/examples/pi-with-comet.yaml
+++ b/examples/pi-with-comet.yaml
@@ -46,7 +46,7 @@ spec:
command: ["sh", "-c"]
args:
- |
- wget -O /comet/comet.jar
"https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark4.0_2.13/0.15.0/comet-spark-spark4.0_2.13-0.15.0.jar"
+ wget -O /comet/comet.jar
"https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark4.0_2.13/0.16.0/comet-spark-spark4.0_2.13-0.16.0.jar"
volumeMounts:
- name: comet
mountPath: /comet
@@ -68,7 +68,7 @@ spec:
command: ["sh", "-c"]
args:
- |
- wget -O /comet/comet.jar
"https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark4.0_2.13/0.15.0/comet-spark-spark4.0_2.13-0.15.0.jar"
+ wget -O /comet/comet.jar
"https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark4.0_2.13/0.16.0/comet-spark-spark4.0_2.13-0.16.0.jar"
volumeMounts:
- name: comet
mountPath: /comet
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]