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

[FEATURE] Supporting storing column metadata in Gravitino #4493

Open
4 of 5 tasks
jerryshao opened this issue Aug 12, 2024 · 1 comment
Open
4 of 5 tasks

[FEATURE] Supporting storing column metadata in Gravitino #4493

jerryshao opened this issue Aug 12, 2024 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@jerryshao
Copy link
Contributor

jerryshao commented Aug 12, 2024

Describe the feature

Currently, column is managed out of Gravitino, for example, column in a Hive table is gotten from HMS, column in an Iceberg table is gotten from Iceberg's metadata.

The current design choice avoids the duplication of maintaining column metadata both in Gravitino and underlying sources. But in the meantime, it brings some limitations like tagging on columns is hard to achieve in Gravitino.

So we should figure out a solution to handle this scenario: support some operations in Gravitino while keep consistency between two services for column.

Attach the design doc (https://docs.google.com/document/d/1X9kFeckDMrzqHo5fcOO55bnU0GIf2DM0KxheH4Nry54/edit?usp=sharing)

Tasks:

Motivation

No response

Describe the solution

No response

Additional context

No response

@jerryshao jerryshao added the feature New feature or request label Aug 12, 2024
@jerryshao jerryshao self-assigned this Aug 12, 2024
@jerryshao jerryshao added this to the Gravitino 0.7.0 milestone Aug 13, 2024
@jerryshao
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant