From 87eed05901fe8ae940f2f85524652180204d9fcb Mon Sep 17 00:00:00 2001 From: Michal Ciesielczyk Date: Tue, 28 Nov 2023 18:44:10 +0100 Subject: [PATCH] Add note on supported Spark versions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df67e53..668eb01 100644 --- a/README.md +++ b/README.md @@ -101,4 +101,5 @@ duplicates). ## Current limitations -- The connector is reading only the dimensions, skipping all the metrics. +- The connector is reading only the dimensions, skipping all the metrics ([#5](https://github.com/deep-bi/spark-druid-segment-reader/issues/5)). +- Apache Spark 3.x is not supported yet (the latest release is compatible with Apache Spark 2.4 only)