badalprasadsingh opened a new pull request, #1252: URL: https://github.com/apache/iceberg-go/pull/1252
## Description Closes #1251 In iceberg-go, the public Transform.ToHumanStr(any) string cannot distinguish TimestampType from TimestampTzType (both are iceberg.Timestamp in Go), so formatting that depends on source type cannot be recovered at the call site. Following up on the [discussion](https://github.com/apache/iceberg-go/pull/1227#issuecomment-4746198642) at PR #1227. ## Changelog Note This is a **breaking change** for external implementers of the public `Transform` interface; all in-tree implementations are updated. The deprecated `ToHumanStr` remains for the deprecation window. -- 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]
