This is an automated email from the ASF dual-hosted git repository.
houqp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 9fffad7 Adds note on compatible rust version in readmes (#1097)
9fffad7 is described below
commit 9fffad727aeac60b136a98b06ecbb370493d7135
Author: Pradyumna Rahul <[email protected]>
AuthorDate: Sun Oct 10 23:35:06 2021 +0530
Adds note on compatible rust version in readmes (#1097)
---
README.md | 4 ++++
ballista/rust/client/README.md | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 9350c2c..00d868c 100644
--- a/README.md
+++ b/README.md
@@ -249,6 +249,10 @@ DataFusion is designed to be extensible at all points. To
that end, you can prov
- [x] User Defined `LogicalPlan` nodes
- [x] User Defined `ExecutionPlan` nodes
+## Rust Version Compatbility
+
+This crate is tested with the latest stable version of Rust. We do not
currrently test against other, older versions of the Rust compiler.
+
# Supported SQL
This library currently supports many SQL constructs, including
diff --git a/ballista/rust/client/README.md b/ballista/rust/client/README.md
index eb68e68..6443dd2 100644
--- a/ballista/rust/client/README.md
+++ b/ballista/rust/client/README.md
@@ -35,6 +35,10 @@ Ballista can be deployed as a standalone cluster and also
supports [Kubernetes](
case, the scheduler can be configured to use [etcd](https://etcd.io/) as a
backing store to (eventually) provide
redundancy in the case of a scheduler failing.
+## Rust Version Compatbility
+
+This crate is tested with the latest stable version of Rust. We do not
currrently test against other, older versions of the Rust compiler.
+
## Starting a cluster
There are numerous ways to start a Ballista cluster, including support for
Docker and