Skip to content

Commit 1f2c7ad

Browse files
raphaelsolarskifindepi
authored andcommitted
Document VM required option for *QueryRunner classes in README
1 parent b82cc19 commit 1f2c7ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ The simplest way to run Trino for development is to run the `TpchQueryRunner`
9191
class. It will start a development version of the server that is configured with
9292
the TPCH connector. You can then use the CLI to execute queries against this
9393
server. Many other connectors have their own `*QueryRunner` class that you can
94-
use when working on a specific connector.
94+
use when working on a specific connector. The generally required VM option
95+
here is `--add-modules jdk.incubator.vector` but various `*QueryRunner` classes
96+
might require additional options (if necessary, check the `air.test.jvm.additional-arguments`
97+
property in the `pom.xml` file of the module from which the runner comes).
9598

9699
### Running the full server
97100

0 commit comments

Comments
 (0)