samredai commented on issue #3228:
URL: https://github.com/apache/iceberg/issues/3228#issuecomment-1095661430

   Now that schema has been merged I think we need a couple more PRs in order 
to close this:
   1. PartitionField
   2. PartitionSpec
   3. PartitionSpecBuilder
   
   For 3. I know we discussed whether we should go with the builder pattern or 
just lean into python's ability for named optional arguments. There might be a 
middle ground in there where we use the builder pattern (to maintain 
consistency with the java codebase) and simply use that builder in the 
`PartitionSpec` dunder init.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to