@@ -43,7 +43,7 @@ and namespace-specific options:
4343=== "Spark Shell"
4444 ```shell
4545 spark-shell \
46- --packages com.lancedb: lance-spark-bundle-3 .5_2.12:0.0.5 \
46+ --packages com.lancedb: lance-spark-bundle-3 .5_2.12:0.0.6 \
4747 --conf spark.sql.catalog.lance=com.lancedb.lance.spark.LanceNamespaceSparkCatalog \
4848 --conf spark.sql.catalog.lance.impl=dir \
4949 --conf spark.sql.catalog.lance.root=/path/to/lance/database
@@ -52,7 +52,7 @@ and namespace-specific options:
5252=== "Spark Submit"
5353 ```shell
5454 spark-submit \
55- --packages com.lancedb: lance-spark-bundle-3 .5_2.12:0.0.5 \
55+ --packages com.lancedb: lance-spark-bundle-3 .5_2.12:0.0.6 \
5656 --conf spark.sql.catalog.lance=com.lancedb.lance.spark.LanceNamespaceSparkCatalog \
5757 --conf spark.sql.catalog.lance.impl=dir \
5858 --conf spark.sql.catalog.lance.root=/path/to/lance/database \
@@ -155,7 +155,7 @@ Here we use LanceDB Cloud as an example of the REST namespace:
155155=== "Spark Shell"
156156 ```shell
157157 spark-shell \
158- --packages com.lancedb: lance-spark-bundle-3 .5_2.12:0.0.5 \
158+ --packages com.lancedb: lance-spark-bundle-3 .5_2.12:0.0.6 \
159159 --conf spark.sql.catalog.lance=com.lancedb.lance.spark.LanceNamespaceSparkCatalog \
160160 --conf spark.sql.catalog.lance.impl=rest \
161161 --conf spark.sql.catalog.lance.headers.x-api-key=your-api-key \
@@ -166,7 +166,7 @@ Here we use LanceDB Cloud as an example of the REST namespace:
166166=== "Spark Submit"
167167 ```shell
168168 spark-submit \
169- --packages com.lancedb: lance-spark-bundle-3 .5_2.12:0.0.5 \
169+ --packages com.lancedb: lance-spark-bundle-3 .5_2.12:0.0.6 \
170170 --conf spark.sql.catalog.lance=com.lancedb.lance.spark.LanceNamespaceSparkCatalog \
171171 --conf spark.sql.catalog.lance.impl=rest \
172172 --conf spark.sql.catalog.lance.headers.x-api-key=your-api-key \
@@ -237,7 +237,7 @@ Using the Glue namespace requires additional dependencies beyond the main Lance
237237Example with Spark Shell:
238238``` shell
239239spark-shell \
240- --packages com.lancedb:lance-spark-bundle-3.5_2.12:0.0.5 ,com.lancedb:lance-namespace-glue:0.0.7,software.amazon.awssdk:bundle:2.20.0 \
240+ --packages com.lancedb:lance-spark-bundle-3.5_2.12:0.0.6 ,com.lancedb:lance-namespace-glue:0.0.7,software.amazon.awssdk:bundle:2.20.0 \
241241 --conf spark.sql.catalog.lance=com.lancedb.lance.spark.LanceNamespaceSparkCatalog \
242242 --conf spark.sql.catalog.lance.impl=glue \
243243 --conf spark.sql.catalog.lance.root=s3://your-bucket/lance
@@ -351,7 +351,7 @@ Using Hive namespaces requires additional JARs beyond the main Lance Spark bundl
351351Example with Spark Shell for Hive 3.x:
352352``` shell
353353spark-shell \
354- --packages com.lancedb:lance-spark-bundle-3.5_2.12:0.0.5 ,com.lancedb:lance-namespace-hive3:0.0.7 \
354+ --packages com.lancedb:lance-spark-bundle-3.5_2.12:0.0.6 ,com.lancedb:lance-namespace-hive3:0.0.7 \
355355 --conf spark.sql.catalog.lance=com.lancedb.lance.spark.LanceNamespaceSparkCatalog \
356356 --conf spark.sql.catalog.lance.impl=hive3 \
357357 --conf spark.sql.catalog.lance.hadoop.hive.metastore.uris=thrift://metastore:9083 \
0 commit comments