sungwy commented on issue #2030: URL: https://github.com/apache/iceberg-python/issues/2030#issuecomment-2903096164
Hi @DavidEscott thanks for raising this issue! As you pointed out this has been a frequently discussed issue on PyIceberg, and there's still the original open issue that tracks this feature request: https://github.com/apache/iceberg-python/issues/1284#issue-2629002059 Unfortunately the discussion thread ended with a disagreement on whether `field_id`s should be exposed as input parameters for the high level API calls, and the feature request you are raising was never implemented. However, there is a way to create a table and add a partition spec to it from a pyarrow table. Could you check out the last example in https://py.iceberg.apache.org/api/#create-a-table that uses `create_table_transaction` in this section and let us know if that works for your use case? -- 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