|
1 | 1 | <!-- Thank you for submitting a pull request! Find more information in our development guide at https://github.com/trinodb/trino/blob/master/.github/DEVELOPMENT.md and contact us on #dev in Slack. -->
|
2 |
| - |
| 2 | +<!-- Provide an overview of the PR for maintainers and reviewers. --> |
3 | 3 | ## Description
|
4 | 4 |
|
5 |
| -<!-- Elaborate beyond the title of the PR as necessary to help the reviewers and maintainers.--> |
6 |
| - |
7 |
| -<!-- Answer the following questions to help reviewers and maintainers |
8 |
| -understand this PR's scope at a glance: |
9 |
| ---> |
10 |
| - |
11 |
| -> Is this change a fix, improvement, new feature, refactoring, or other? |
12 |
| -
|
13 |
| -> Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific) |
14 |
| -
|
15 |
| -> How would you describe this change to a non-technical end user or system administrator? |
16 |
| -
|
17 |
| -## Related issues, pull requests, and links |
18 | 5 |
|
19 |
| -<!-- List any issues fixed by this PR, and provide links to other related PRs, upstream release notes, and other useful resources. For example: |
20 |
| -* Fixes #issuenumber |
21 |
| -* Related documentation in #issuenumber |
22 |
| -* [Some release notes](http://usefulinfo.example.com) |
23 |
| ---> |
24 | 6 |
|
25 |
| -<!-- The following sections are filled in by the maintainer with input from the contributor: |
26 |
| -Use :white_check_mark: or (x) to signal selection. |
27 |
| ---> |
| 7 | +<!-- Provide a user-friendly explanation, keep it brief if it isn't user-visible. --> |
| 8 | +## Non-technical explanation |
28 | 9 |
|
29 |
| -## Documentation |
30 | 10 |
|
31 |
| -( ) No documentation is needed. |
32 |
| -( ) Sufficient documentation is included in this PR. |
33 |
| -( ) Documentation PR is available with #prnumber. |
34 |
| -( ) Documentation issue #issuenumber is filed, and can be handled later. |
35 | 11 |
|
| 12 | +<!-- Mark the appropriate option with an (x). Propose a release note if you can. --> |
36 | 13 | ## Release notes
|
37 | 14 |
|
38 |
| -( ) No release notes entries required. |
39 |
| -( ) Release notes entries required with the following suggested text: |
| 15 | +( ) This is not user-visible and no release notes are required. |
| 16 | +( ) Release notes are required, please propose a release note for me. |
| 17 | +( ) Release notes are required, with the following suggested text: |
40 | 18 |
|
41 | 19 | ```markdown
|
42 | 20 | # Section
|
|
0 commit comments