You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/05/20 15:48:52 UTC

[GitHub] [iceberg] dhruv-pratap opened a new issue, #4827: [Python] Define a TableBuilder API to create a Table, without Transaction API

dhruv-pratap opened a new issue, #4827:
URL: https://github.com/apache/iceberg/issues/4827

   This is a child issue of the parent epic #3227  - Support table in iceberg python library. Please refer the conversations in the parent tracker for design and the Work Breakdown Structure. 
   
   **Scope**: 
   I want to define a TableBuilder API to create a Table, without Transaction to begin with.
   
   Mandatory attributes for a table to be created: 
   - `Table identifier`
   - `Schema`
   
   Optional attributes for a table to be created: 
   - `PartitionSpec`
   - `SortOrder`
   - `Location`
   - `Properties`
   
   
   **Out-of-scope**:
   - Implementation of `create()`API is out-of-scope for this and will follow in a subsequent tracker under the parent tracker #3227  
   


-- 
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-unsubscribe@iceberg.apache.org.apache.org

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


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


[GitHub] [iceberg] Fokko commented on issue #4827: [Python] Define a TableBuilder API to create a Table, without Transaction API

Posted by GitBox <gi...@apache.org>.
Fokko commented on issue #4827:
URL: https://github.com/apache/iceberg/issues/4827#issuecomment-1251883800

   I believe we can close this one: https://github.com/apache/iceberg/blob/master/python/pyiceberg/catalog/__init__.py#L136-L161


-- 
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-unsubscribe@iceberg.apache.org

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


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


[GitHub] [iceberg] rdblue commented on issue #4827: [Python] Define a TableBuilder API to create a Table, without Transaction API

Posted by GitBox <gi...@apache.org>.
rdblue commented on issue #4827:
URL: https://github.com/apache/iceberg/issues/4827#issuecomment-1192909079

   What is the purpose of a TableBuilder API for Python? I think that the current `create` method works well because you can already use named arguments and omit unnecessary metadata.


-- 
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-unsubscribe@iceberg.apache.org

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


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


[GitHub] [iceberg] Fokko closed issue #4827: [Python] Define a TableBuilder API to create a Table, without Transaction API

Posted by GitBox <gi...@apache.org>.
Fokko closed issue #4827: [Python] Define a TableBuilder API to create a Table, without Transaction API
URL: https://github.com/apache/iceberg/issues/4827


-- 
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-unsubscribe@iceberg.apache.org

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


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