mchades commented on code in PR #11126: URL: https://github.com/apache/gravitino/pull/11126#discussion_r3279394691
########## docs/iceberg-rest-engine/trino.md: ########## @@ -167,6 +167,18 @@ WITH ( | Supported engines | Trino, Spark, Flink, Daft | Any Iceberg-compatible engine | | Credential vending | Varies | Yes (S3, GCS, OSS, ADLS) | +## Known issues + +### Trino does not distinguish metadata names that differ only by letter case + +Trino does not reliably distinguish metadata names that differ only by letter case. This Review Comment: Has Trino officially provided any documentation on this? (If available, please attach the relevant document link) or is it just implemented as a default at the code level? -- 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]
