Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ WORKDIR ${SPARK_HOME}
ENV SPARK_VERSION=${SPARK_DOWNLOAD_VERSION}
ENV SPARK_MAJOR_VERSION=${SPARK_MAJOR_VERSION}
ENV SCALA_VERSION=${SCALA_VERSION}
ENV LANCE_SPARK_VERSION=0.3.0-beta.1
ENV LANCE_SPARK_VERSION=0.3.0-beta.2
ENV LANCE_NS_VERSION=0.5.2

# Download spark
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<properties>
<lance-spark.version>0.3.0-beta.2</lance-spark.version>
<lance.version>4.0.0-beta.13</lance.version>
<lance.version>4.0.0-rc.2</lance.version>
<lance-namespace-impl.version>0.1.3</lance-namespace-impl.version>

<arrow14.version>14.0.2</arrow14.version>
Expand Down
Loading