paulcichonski opened a new pull request, #1072:
URL: https://github.com/apache/iceberg-python/pull/1072

   Copying over a similar sentence from the Java docs: 
https://iceberg.apache.org/docs/1.5.1/java-api-quickstart/#create-a-schema. 
Based on my reading of the catalog code, this is true as all the `create_table` 
implementations end up calling `assign_fresh_schema_ids`, 
`assign_fresh_partition_spec_ids`, and `assign_fresh_sort_order_ids`.
   
   This is useful to understand so newcomers don't have to worry about ID 
management in any new schemas they are sending into `create_table`.


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

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