Jaeho Yoo
Jaeho Yoo
I do not get any `request for access keychain` alert or sth when I use simple docker ui. As shown in image below, i can successfully access docker API with...
HI, I have issue with class loading where it cannot find certain libraries. - It cannot find Jackson library, even if it is included inside Trino - Opening JAR file...
I notice that I get this error when my coordinator is in heavy load while reading data in `rows.Next()`. Is there a timeout while fetching rows.Next? - I assume that...
Mentioned in [slack](https://prestosql.slack.com/archives/CFLB9AMBN/p1596593711198600?thread_ts=1596437047.120200&cid=CFLB9AMBN) 1. defining Headers constants as public? I was wondering why header constant is not public. People would need to use such headers but they would have to...
### Suggestions Doc here saids that only the following files will be distributed, but would be great if they support other folder/files ! ``` node.properties config.properties jvm.config log.properties (if it...
## Description Since both roles in [web & security context are in upper-case](https://github.com/trinodb/trino-gateway/commit/d4992c86ae31b5ebdba416f1635185815fb77a47), page permission should also be in upper case to [match with roles](https://github.com/trinodb/trino-gateway/blob/main/gateway-ha/src/main/java/io/trino/gateway/ha/security/LbFormAuthManager.java#L157). Without this patch, user has...
What do you guys think of hiding trino cluster url from user in future? We want users to only access gateway, so that we can control all queries submitted to...
i have 4 clusters here but in history page, routedTo lists it differently  
## Description People ask what is resource group in gateway every once in a while. It must be confusing for new users, so I added some sentences to clarify what...
## Description Support reading log properties from file instead of command line using `-Dlog.`. - use [loadProperties](https://github.com/airlift/airlift/blob/master/configuration/src/main/java/io/airlift/configuration/ConfigurationLoader.java#L35-L47) instead of [getSystemProperties](https://github.com/airlift/airlift/blob/master/configuration/src/main/java/io/airlift/configuration/ConfigurationLoader.java#L68C39-L71) ## Additional context and related issues ## Release notes (...