David Phillips
David Phillips
With the new SSL support in the Presto JDBC driver (https://github.com/prestodb/presto/pull/7725), we need to not set a password when not in SSL mode. The framework currently requires a password and...
Are `@BeforeTestWithContext` / `@AfterTestWithContext` supposed to work in parent classes? The method `TestInitializationListenerinvokeMethodsAnnotatedWith()` uses `getDeclaredMethods()` which only finds methods on that exact class. Should it look for methods recursively in...
This also includes a few cleanup and refactoring commits. ## Release notes (x) This is not user-visible or is docs only, and no release notes are required.
This is useful for things like the `io.fabric8` client which has a dozen dependencies all with the same conflicting resources.
From https://trinodb.slack.com/archives/CGB0QHWSW/p1679125686473609 ```sql select CAST(regexp_replace(id, '(.*)(.{4}$)', (x) -> concat(regexp_replace(x[1], '.', 'X'), x[2])) AS varchar) from pg.db.t1; ``` ``` io.trino.spi.TrinoException: Compiler failed. Possible reasons include: the query may have too many...
## Release notes (x) This is not user-visible or is docs only, and no release notes are required.
The "Daily runtime validation" workflow shows 9 failures on Wasmtime, which matches the behavior I see when running the tests locally. Is this a problem with the testsuite or with...
## Release notes (x) This is not user-visible or is docs only, and no release notes are required.
## Release notes (x) Release notes are required, with the following suggested text: ```markdown ## Connectors * Add Teradata connector. ({issue}`xxx`) ```
Use `BailErrorStrategy` as recommended by the ANTLR team in https://github.com/antlr/antlr4/issues/192 ## Release notes (x) This is not user-visible or is docs only, and no release notes are required.