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
When loading the properties in a Qbeast Table, both the Metadata from the Delta Log and the Catalog Properties are loaded.
Since v0.7.0, we added the properties columnsToIndex and cubeSize, not present in any of the mentioned components. For new and older tables, would be important to verify and load these two table properties either from the Log or from the Catalog.
We should modify the code for QbeastTableImpl and:
Check if those properties are present as 'options.' or with the bare key.
If not present, output the latest Revision column names and cube size.
The text was updated successfully, but these errors were encountered:
osopardo1
changed the title
Load 'columnsToIndex' and 'cubeSize' as properties from Delta Log
Load 'columnsToIndex' and 'cubeSize' as properties in a Qbeast Table
Nov 26, 2024
osopardo1
changed the title
Load 'columnsToIndex' and 'cubeSize' as properties in a Qbeast Table
Mandatory load of 'columnsToIndex' and 'cubeSize' as properties in a Qbeast Table
Nov 26, 2024
When loading the properties in a Qbeast Table, both the Metadata from the Delta Log and the Catalog Properties are loaded.
Since v0.7.0, we added the properties
columnsToIndex
andcubeSize
, not present in any of the mentioned components. For new and older tables, would be important to verify and load these two table properties either from the Log or from the Catalog.We should modify the code for QbeastTableImpl and:
The text was updated successfully, but these errors were encountered: