lliangyu-lin opened a new pull request, #468:
URL: https://github.com/apache/iceberg-go/pull/468
### Description
* Added interface `PartitionSpecVisitor` defining all the exposed methods
for the visitors
* Added `PartitionNameGenerator` that will generates partition field name
based on the transform type
* This visitor will be a helper for update spec when the partition field is
not given (such as `AddIdentity`) and creates default partition field name
*
https://github.com/apache/iceberg-go/pull/467/files#diff-eb806166d1b9d570a36b8506d2b9ada56126a32ca94b1eb12d6de03973e292c2R147
*
https://github.com/apache/iceberg-python/blob/main/pyiceberg/table/update/spec.py#L281-L282
### Testing
Added unit tests `TestVisitPartitionField`
--
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]