Issue description
I’m trying to use Nessie SQL extensions with Spark 4.0 based on the docs:
https://projectnessie.org/guides/sql/
The page lists coordinates like:
org.projectnessie.nessie-integrations:nessie-spark-extensions-4.0_2.13:0.104.5
But I can’t find any nessie-spark-extensions-4.0_* artifacts in Maven Central. Only Spark 3.x artifacts (e.g. 3.5) seem to be published:
Can you clarify:
- Are Spark 4.0 extension artifacts supposed to be published?
- Or are the docs ahead of what’s currently available?
I specifically need the SQL extensions (not just Iceberg integration), so currently I’m blocked.
Thanks.
Issue description
I’m trying to use Nessie SQL extensions with Spark 4.0 based on the docs:
https://projectnessie.org/guides/sql/
The page lists coordinates like:
org.projectnessie.nessie-integrations:nessie-spark-extensions-4.0_2.13:0.104.5
But I can’t find any nessie-spark-extensions-4.0_* artifacts in Maven Central. Only Spark 3.x artifacts (e.g. 3.5) seem to be published:
Can you clarify:
I specifically need the SQL extensions (not just Iceberg integration), so currently I’m blocked.
Thanks.