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
Although the TBLPROPERTIES persisted on the _delta_log, the spark.sessionState.catalog and the SHOW TBLPROPERTIES commands do not load the changes properly.
We have to fix two main things:
QbeastTableImpl load of properties. -> It should load the table properties from the underlying log.
QbeastCatalog.alterTable should commit the changes also to the getSessionCatalog()
This is a patch before analysing and discussing #354
The text was updated successfully, but these errors were encountered:
Although the TBLPROPERTIES persisted on the _delta_log, the
spark.sessionState.catalog
and theSHOW TBLPROPERTIES
commands do not load the changes properly.We have to fix two main things:
QbeastTableImpl
load of properties. -> It should load the table properties from the underlying log.QbeastCatalog.alterTable
should commit the changes also to thegetSessionCatalog()
This is a patch before analysing and discussing #354
The text was updated successfully, but these errors were encountered: