From fcd79beec51935ace4b0fafe56f40bfef41f8b6b Mon Sep 17 00:00:00 2001 From: Ghislain Fourny Date: Tue, 15 Jul 2025 12:41:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c55ccae..1588d8f 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ Install with pip install jsoniq ``` +*Important note*: since the jsoniq package depends on pyspark 4, Java 17 or Java 21 is a requirement. If another version of Java is installed, this may lead to an error message such as "Unsupported class file major version 61". If so, you will need to check that JAVA_HOME is properly set. + ## Sample code We will make more documentation available as we go. In the meantime, you will find a sample code below that should just run