This is an automated email from the ASF dual-hosted git repository. mbutrovich pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push: new 73ba4193c docs: Add deprecation notice to datafusion-comet-spark-expr crate (#2405) 73ba4193c is described below commit 73ba4193c950f88596e565f41201d0bb81190848 Author: Andy Grove <agr...@apache.org> AuthorDate: Tue Sep 16 09:12:57 2025 -0600 docs: Add deprecation notice to datafusion-comet-spark-expr crate (#2405) --- native/spark-expr/README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/native/spark-expr/README.md b/native/spark-expr/README.md index a7ee75363..2ce95c508 100644 --- a/native/spark-expr/README.md +++ b/native/spark-expr/README.md @@ -20,4 +20,19 @@ under the License. # datafusion-comet-spark-expr: Spark-compatible Expressions This crate provides Apache Spark-compatible expressions for use with DataFusion and is maintained as part of the -[Apache DataFusion Comet](https://github.com/apache/datafusion-comet/) subproject. \ No newline at end of file +[Apache DataFusion Comet] subproject. + +[Apache DataFusion Comet]: https://github.com/apache/datafusion-comet/ + +# Deprecation Notice + +The expressions in this crate are being migrated to the [datafusion-spark] crate, which is part of the core DataFusion +project. + +The DataFusion Comet project will stop publishing new versions of the `datafusion-comet-spark-expr` crate in the future. + +There is a GitHub issue (https://github.com/apache/datafusion-comet/issues/2084) to track the work of migrating +functionality from this crate to `datafusion-spark`. + +[datafusion-spark]: https://docs.rs/datafusion-spark/50.0.0/datafusion_spark/ + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org