Skip to content

Commit 73ba419

Browse files
authored
docs: Add deprecation notice to datafusion-comet-spark-expr crate (#2405)
1 parent e6fc7ff commit 73ba419

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

native/spark-expr/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,19 @@ under the License.
2020
# datafusion-comet-spark-expr: Spark-compatible Expressions
2121

2222
This crate provides Apache Spark-compatible expressions for use with DataFusion and is maintained as part of the
23-
[Apache DataFusion Comet](https://github.com/apache/datafusion-comet/) subproject.
23+
[Apache DataFusion Comet] subproject.
24+
25+
[Apache DataFusion Comet]: https://github.com/apache/datafusion-comet/
26+
27+
# Deprecation Notice
28+
29+
The expressions in this crate are being migrated to the [datafusion-spark] crate, which is part of the core DataFusion
30+
project.
31+
32+
The DataFusion Comet project will stop publishing new versions of the `datafusion-comet-spark-expr` crate in the future.
33+
34+
There is a GitHub issue (https://github.com/apache/datafusion-comet/issues/2084) to track the work of migrating
35+
functionality from this crate to `datafusion-spark`.
36+
37+
[datafusion-spark]: https://docs.rs/datafusion-spark/50.0.0/datafusion_spark/
38+

0 commit comments

Comments
 (0)