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

[#2962] feat(catalog-lakehouse-iceberg): Add reserved properties to Iceberg Table Properties in Gravitino #3543

Conversation

jerryshao
Copy link
Contributor

What changes were proposed in this pull request?

Add reserved properties to Table properties when load an Iceberg table, such as:

provider,
format,
current-snapshot-id,
location,
format-version,
sort-order,
identifier-fields

Why are the changes needed?

for example, when execute desc extended IcebergTableName,it will get some information from the result properties of this Iceberg table, so it should contain the above properties.

Fix: #2962

Does this PR introduce any user-facing change?

No.

How was this patch tested?

New UTs and ITs.

…ceberg Table Properties in Gravitino (#3511)

### What changes were proposed in this pull request?
Add reserved properties to Table properties when load an Iceberg table,
such as:

```
provider,
format,
current-snapshot-id,
location,
format-version,
sort-order,
identifier-fields
```

### Why are the changes needed?
for example, when execute `desc extended IcebergTableName`,it will get
some information from the result properties of this Iceberg table, so it
should contain the above properties.

Fix: #2962

### Does this PR introduce any user-facing change?
No.

### How was this patch tested?
New UTs and ITs.
@mchades mchades merged commit 4c7c86d into branch-0.5 May 24, 2024
22 checks passed
@mchades mchades deleted the cherry-pick-branch-0.5-505a447d19a8a930aab469c9957c860a33c62209 branch May 24, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants