Skip to content

Commit 9c254d5

Browse files
committed
chore: Update lance-namespace dependencies from 0.0.6 to 0.0.7
- Updated lance-namespace-glue in docs examples - Updated lance-namespace-hive3 in docs examples - Updated LANCE_NS_VERSION in Dockerfile - Updated lance-namespace-glue test dependency in pom.xml
1 parent 31bba71 commit 9c254d5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ WORKDIR ${SPARK_HOME}
3636
ENV SPARK_VERSION=3.5.6
3737
ENV SPARK_MAJOR_VERSION=3.5
3838
ENV LANCE_SPARK_VERSION=0.0.5
39-
ENV LANCE_NS_VERSION=0.0.6
39+
ENV LANCE_NS_VERSION=0.0.7
4040

4141
# Download spark
4242
RUN mkdir -p ${SPARK_HOME} \

docs/src/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Using the Glue namespace requires additional dependencies beyond the main Lance
237237
Example with Spark Shell:
238238
```shell
239239
spark-shell \
240-
--packages com.lancedb:lance-spark-bundle-3.5_2.12:0.0.5,com.lancedb:lance-namespace-glue:0.0.6,software.amazon.awssdk:bundle:2.20.0 \
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 \
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
351351
Example with Spark Shell for Hive 3.x:
352352
```shell
353353
spark-shell \
354-
--packages com.lancedb:lance-spark-bundle-3.5_2.12:0.0.5,com.lancedb:lance-namespace-hive3:0.0.6 \
354+
--packages com.lancedb:lance-spark-bundle-3.5_2.12:0.0.5,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 \

lance-spark-base_2.12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.lancedb</groupId>
2828
<artifactId>lance-namespace-glue</artifactId>
29-
<version>0.0.6</version>
29+
<version>0.0.7</version>
3030
<scope>test</scope>
3131
</dependency>
3232
</dependencies>

0 commit comments

Comments
 (0)