Simon Taddiken
Simon Taddiken
The repository name and group ids of published artifacts should be rebranded to reflect that we now also have a gradle plugin. Proposal: * Repository name: `restrict-imports-plugin` * Enforcer Plugin:...
The interfaces `EnforcerRule` and `EnforcerRule2` have been deprecated in favor of the new abstract class `AbstractEnforcerRule`. However this poses a big problem as our rule implementation already need to inherit...
Currently package pattern matching works by comparing the pattern with the the package string part by part. However this might give inaccurate results when using wildcards. TBC
I'm using Gradle 8.6 and spotless 6.25.0 on macOS Sonoma 14.3.1 I was trying to format some SQL within another source file, but I just can not register the sql...
Hi, it would be great if it were possible to pass in the jpath from the outside. I'm managing my build and thus also the jpath using the Gradle Build...
**What happened**: We're often seeing random Athena errors like this one: > error querying the database: GENERIC_INTERNAL_ERROR: Cannot invoke "io.trino.execution.SqlTaskExecution$DriverSplitRunnerFactory.enqueueSplits(java.util.Set, boolean)" because "factory" is null Those errors are impossible to...
**Is your feature request related to a problem? Please describe.** We are sometimes seeing S3 throttling errors on the UI on some of our dashboards. This even happens for queries...
**Describe the bug** I can not view the main inbox folder. It fails with the message: "Can't get message list". All other folders seem to work though. It also displays...
Unlike the Athena plugin for Grafana, the trino plugin does not seem to support the asynchronous polling mechanism that Grafana offers. We are currently running into issues with company proxies...