Grant Nicholas
Grant Nicholas
## Description Previously trino did not wait until catalogs were registered before announcing startup is complete. This led to a race where queries could be run and then fail with...
Hi there. I followed the instructions here: https://github.com/confluentinc/kafka-connect-storage-common/wiki/FAQ and built the other repos and installed the necessary jars in order to get this project to build. After doing that, I...
Executing `USE ROLE` clears the connection default catalog but `current_database()` still returns the default catalog/database. Is this intended behavior? Example to reproduce behavior: ``` Connection connection = driver.connect("jdbc:snowflake://:443/?db=demo", properties); connection.getCatalog();...
## Description This ensures old Kerberos tickets are removed before logging in again. Approach is similar to this PR: https://github.com/trinodb/trino/pull/14373 but instead uses the `LoginContext#logout` method, which internally does similar...
Skips FastAppend manifest cleanup after successful commit if no retries have occurred, as no orphaned manifests could exist if no retries have occurred. This speeds up the happy path of...
If a `volumeMount` is configured inside an initcontainer of the driver/executor, the volume is not actually mounted into the pod *unless* the volume is also mounted inside the driver/executor respectively....
Previously the port would not be opened if in container configuration was used. Thus, if you used custom configuration then prometheus would not be able to scrape the metrics port....