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
While working on #222, I realised delta-standalone (latest version 3.1.0) supports only very basic delta capabilities:
io.delta.standalone.internal.exception.DeltaErrors$InvalidProtocolVersionException:
Delta protocol version (3,7) is too new for this version of Delta
Standalone Reader/Writer (1,2). Please upgrade to a newer release.
delta-standalone is deprecated in favour of delta-kernel, therefore I think we should move to delta-kernel to have support of more recent features.