-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Document VM required option for *QueryRunner classes in README #27940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document VM required option for *QueryRunner classes in README #27940
Conversation
cdc558d to
82d5d6e
Compare
ebyhr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Readme fixup for running *QueryRunner classes
Could you change the commit title to "Document VM option for query runners in README" or something similar?
https://trino.io/development/process.html#pull-request-and-commit-guidelines is the commit message guideline in this project:
- Use the imperative mood, as used in a command or request, in the subject line.
82d5d6e to
30dc668
Compare
README.md
Outdated
| server. Many other connectors have their own `*QueryRunner` class that you can | ||
| use when working on a specific connector. | ||
| use when working on a specific connector. The only generally required VM option | ||
| here is `--add-modules jdk.incubator.vector` but various. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"but various" -- looks truncated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, "dynamic programming". Fixed
30dc668 to
1f0a7f5
Compare
1f0a7f5 to
1cbbdc5
Compare
Just little readme fixup to save another person's time.