From cc8913d528acd53de3c713d1abb38766849c3148 Mon Sep 17 00:00:00 2001 From: 1nF0rmed Date: Sun, 10 Oct 2021 15:37:29 +0530 Subject: [PATCH] Adds note on compatible rust version --- README.md | 4 ++++ ballista/rust/client/README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 9350c2cfe4931..00d868c457c16 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 eb68e68a70276..6443dd25a147e 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