You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
CatalogTable (if exists)
Snapshot (if exists)
Still need to read the code and understand it's role in the Metadata Writer.
Properties/options are not passed as usual to the saveAsTable / Catalog code. A.k.a:columnsToIndex is not propagated properly and throws an AnalysisException when writing to Qbeast.
Delta has a new trait called TableChanges that can be confused for our own TableChanges interface in package core. Be careful when importing.
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.
The text was updated successfully, but these errors were encountered: