Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify Table Properties structure and storage location #354

Open
osopardo1 opened this issue Jul 24, 2024 · 0 comments
Open

Unify Table Properties structure and storage location #354

osopardo1 opened this issue Jul 24, 2024 · 0 comments
Labels
type: enhancement Improvement of existing feature or code

Comments

@osopardo1
Copy link
Member

When saving the data as a table (either with CREATE TABLE SQL statement or a saveAsTable method) we save columnsToIndex, cubeSize and columnStats in the Metastore. This metadata might not be retrievable if not stored in the Delta Log, making it unreliable for other sources.

We should discuss and understand:

  1. Which format should save the Properties (columnsToIndex, for example, should contain the column type)?
  2. Where should we store this data? Both in Metastore and Commit Log? Just in the Commit Log?
@osopardo1 osopardo1 added the type: enhancement Improvement of existing feature or code label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Improvement of existing feature or code
Projects
None yet
Development

No branches or pull requests

1 participant