David Phillips

Results 90 comments of David Phillips

This same issue exists for connectors and all other plugin services. The secrets documentation shows an example for a connector like the MySQL connector. It works because the connector itself...

We ran into this confusing issue as well with a self-hosted runner, since our build requires the `.git` directory to exist and it doesn't when using the archive.

I agree with @alexjo2144 on this. The behavior is entirely different and none of the properties are relevant, so reusing `CREATE TABLE` doesn't make sense.

GitHub now has an official dark mode: https://github.com/settings/appearance

IntelliJ said all plugins were up to date. I’ll manually confirm the plugin version next time I’m at the office.

For me this happened with https://github.com/trinodb/trino

I was able to run `mvnd` on M1 by using an x86 JDK: ```shell JAVA_HOME=/tmp/zulu16.32.15-ca-jdk16.0.2-macosx_x64 mvnd clean install -DskipTests ``` However, even after the daemon was warmed up, it was...

I think we can close this as it was fixed in #502. I’ve been happily using the 0.7.0 release successfully on my M1 Mac mini!

Closing since Alluxio metastore is now gone.