Closed osopardo1 closed 8 months ago
For the record: this update would be for main-1.0.0
Some things I am experiencing with the versions upgrade:
withNewTransaction
method from Delta is deprecated. Now they enforce to pass a series of new arguments as an Option
to commit to a table:
columnsToIndex
is not propagated properly and throws an AnalysisException when writing to Qbeast. TableChanges
that can be confused for our own TableChanges
interface in package core
. Be careful when importing. This feature is merged in 1.0.0-main
!
Following the news on Delta and Spark releases we should update the
qbeast-spark
libraries to keep up to date with the latest features.This is the summary of the new developments included in both releases.
Spark 3.5
Read the full notes here.
Delta 3.0
delta-core
)Read the full notes here.