Open
Description
Currently I put 0.1.0
as the placeholder for the Spark-Lance connector version.
Looking at https://mvnrepository.com/artifact/com.lancedb/lance-spark, we have released up to 0.25.1, and this is released basically together with lance-core and share the same version.
With the current release strategy, we will not release with name lance-spark
, but more detailed names like lance-spark-3.5_2.12
. So we have a few options:
- start with new versioning from
0.1.0
- continue with the previous versioning, so the next version will be
0.26.0
- start with a new major version
1.0.0
I am currently preferring option 3, because we want this to be versioned independently from the lance-core version (since they will be released at different cadence), and having a new major version is less confusing than having a new version going back and starting from 0.1
.
Thoughts? @SaintBacchus @yanghua
Metadata
Metadata
Assignees
Labels
No labels