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 ed1f014 [SPARK-57612] Upgrade `Apache DataFusion Comet` to 0.17.0
ed1f014 is described below
commit ed1f0148f4f6aedc9386c7487f18e0febe8a9009
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jun 22 08:04:24 2026 -0700
[SPARK-57612] Upgrade `Apache DataFusion Comet` to 0.17.0
### What changes were proposed in this pull request?
This PR upgrades Apache DataFusion Comet from `0.16.0` to `0.17.0` in the
`pi-with-comet` example.
### Why are the changes needed?
To use the latest Comet release (`0.17.0`, released on 2026-06-20).
- https://github.com/apache/datafusion-comet/releases/tag/0.17.0
- https://datafusion.apache.org/comet/changelog/0.17.0.html
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.8
Closes #714 from dongjoon-hyun/SPARK-57612.
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 06f3886..afa7ae1 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.1_2.13/0.16.0/comet-spark-spark4.1_2.13-0.16.0.jar"
+ wget -O /comet/comet.jar
"https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark4.1_2.13/0.17.0/comet-spark-spark4.1_2.13-0.17.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.1_2.13/0.16.0/comet-spark-spark4.1_2.13-0.16.0.jar"
+ wget -O /comet/comet.jar
"https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark4.1_2.13/0.17.0/comet-spark-spark4.1_2.13-0.17.0.jar"
volumeMounts:
- name: comet
mountPath: /comet
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]