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

What if identifier_field got deleted or updated in iceberg table? #1904

Open
dvnageshpatil opened this issue Apr 10, 2025 · 0 comments
Open

Comments

@dvnageshpatil
Copy link

Question

if suppose i have schema like this
schema = Schema(
NestedField(field_id=1, name="name", field_type=StringType(),required=True),
NestedField(field_id=2, name="phone", field_type=IntegerType(),required=False),
NestedField(field_id=3, name="pincode", field_type=IntegerType(),required=True),
identifier_field_ids=[3]
)
if "pincode" column deleted /updated then how we should modify the "identifier_field_ids" in table schema?

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

No branches or pull requests

1 participant