From c9c1641b04e0f8d5c67ef637d411394374b7a866 Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Wed, 29 Nov 2023 12:03:30 +0100 Subject: [PATCH] Fix README (#399) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72d1aba..7804308 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Some versions have to be updated in multiple places: ### Nessie -Nessie version is set in Binder at `docker/binder/requirements_base.txt`. Currently, the demos are using 0.30.x of Nessie. +Nessie version is set in Binder at `docker/binder/requirements_base.txt`. Currently, the demos are using 0.74.x of Nessie. ### Iceberg @@ -25,8 +25,7 @@ Currently we are using Iceberg `1.4.2` and it is specified in both iceberg noteb ### Spark -Only has to be updated in `docker/binder/requirements.txt`. Currently, Iceberg supports 3.0, 3.1 and 3.2 while deltalake supports -3.2 only, which we thus use in these demos. +Only has to be updated in `docker/binder/requirements.txt`. Currently, Iceberg supports 3.2, 3.3, 3.4 and 3.5, we use Spark 3.2 in the demos. ### Flink