dvnageshpatil opened a new issue, #1904:
URL: https://github.com/apache/iceberg-python/issues/1904

   ### 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? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to