File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,10 @@ The simplest way to run Trino for development is to run the `TpchQueryRunner`
9191class. It will start a development version of the server that is configured with
9292the TPCH connector. You can then use the CLI to execute queries against this
9393server. 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
You can’t perform that action at this time.
0 commit comments