lliangyu-lin opened a new pull request, #463: URL: https://github.com/apache/iceberg-go/pull/463
### Description * While implementing UpdateSpec, I noticed that some helper methods for transforms are missing. Both Iceberg Python and Java expose a canTransform method in the Transform interface to validate if a transform can be applied to a given type. Adding this check would help validate inputs before applying updates. * https://github.com/apache/iceberg-python/blob/main/pyiceberg/transforms.py#L157 * https://github.com/apache/iceberg/blob/main/api/src/main/java/org/apache/iceberg/transforms/Transform.java#L69 ### Testing Pending to add unit tests -- 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