- Java 17.0.4+, 64-bit
- https://github.com/superbear/java-call-go
mvn clean package -Dcheckstyle.skipExec=true -DskipTestsThis creates a target/trino-plugin-in-go-402 directory.
mvn clean test -Dcheckstyle.skipExec=trueRunning the container
docker compose up -dRestart container after rebuild plugin
docker restart trinoExecuting queries
docker exec -ti trino trinotrino> SELECT atoi('123');
trino> SELECT toupper('hello world');