Skip to content

Commit 8bfb3f3

Browse files
authored
docs: Add dev container repo to readme (#27089)
## Description <!---Describe your changes in detail--> ## Motivation and Context <!---Why is this change required? What problem does it solve?--> <!---If it fixes an open issue, please link to the issue here.--> ## Impact <!---Describe any public API or user-facing feature change or any performance impact--> ## Test Plan <!---Please fill in how you tested your change--> ## Contributor checklist - [ ] Please make sure your submission complies with our [contributing guide](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md), in particular [code style](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#code-style) and [commit standards](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#commit-standards). - [ ] PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced. - [ ] Documented new properties (with its default value), SQL syntax, functions, or other functionality. - [ ] If release notes are required, they follow the [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines). - [ ] Adequate tests were added if applicable. - [ ] CI passed. - [ ] If adding new dependencies, verified they have an [OpenSSF Scorecard](https://securityscorecards.dev/#the-checks) score of 5.0 or higher (or obtained explicit TSC approval for lower scores). ## Release Notes Please follow [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines) and fill in the release notes below. ``` == NO RELEASE NOTE == ``` ## Summary by Sourcery Document development container support and reference the dedicated presto-dev repository from the main README. Enhancements: - Clean up minor trailing whitespace in the main README. Documentation: - Add a README section describing how to use development containers via the separate presto-dev repository.
1 parent a5e12fd commit 8bfb3f3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See the [Presto documentation](https://prestodb.io/docs/current/) for general do
1111

1212
## Mission and Architecture
1313

14-
See [PrestoDB: Mission and Architecture](ARCHITECTURE.md).
14+
See [PrestoDB: Mission and Architecture](ARCHITECTURE.md).
1515

1616
## Requirements
1717

@@ -67,7 +67,7 @@ To modify the loaded plugins in IntelliJ, modify the `config.properties` located
6767

6868
### Additional configuration for Java 17
6969

70-
When running with Java 17, additional `--add-opens` flags are required to allow reflective access used by certain catalogs based on which catalogs are configured.
70+
When running with Java 17, additional `--add-opens` flags are required to allow reflective access used by certain catalogs based on which catalogs are configured.
7171
For the default set of catalogs loaded when starting the Presto server in IntelliJ without changes, add the following flags to the **VM Options**:
7272

7373
--add-opens=java.base/java.io=ALL-UNNAMED
@@ -157,6 +157,10 @@ resources will be hot-reloaded and changes are reflected on browser refresh.
157157

158158
Check out [building instructions](https://github.com/prestodb/presto/tree/master/presto-native-execution#build-from-source) to get started.
159159

160+
## Using development containers
161+
162+
The PrestoDB project provides support for development containers in its own repository.
163+
Please visit the [presto-dev README](https://github.com/prestodb/presto-dev/blob/main/README.md) for details.
160164

161165
<hr>
162166
</details>

0 commit comments

Comments
 (0)