lasdf1234 opened a new pull request, #11106: URL: https://github.com/apache/gravitino/pull/11106
### What changes were proposed in this pull request? Add a Trino-specific note to `docs/iceberg-rest-engine/trino.md` that explains how `TIMESTAMP WITH TIME ZONE` values are displayed, why Trino does not adjust them based on the client endpoint time zone, and how to convert them with `at_timezone(..., current_timezone())`. ### Why are the changes needed? Users need explicit guidance on Trino's timezone behavior when querying timestamp values through the Gravitino Iceberg REST Catalog. ### Does this PR introduce _any_ user-facing change? Yes. The Trino Iceberg REST documentation now explains timezone behavior for `TIMESTAMP WITH TIME ZONE` values and provides a SQL workaround. ### How was this patch tested? Documentation update only. -- 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]
