|
1 |
| -## What changes were proposed in this pull request? |
| 1 | +<!-- |
| 2 | +Thanks for sending a pull request! Here are some tips for you: |
| 3 | + 1. If this is your first time, please read our contributor guidelines: https://spark.apache.org/contributing.html |
| 4 | + 2. Ensure you have added or run the appropriate tests for your PR: https://spark.apache.org/developer-tools.html |
| 5 | + 3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][SPARK-XXXX] Your PR title ...'. |
| 6 | + 4. Be sure to keep the PR description updated to reflect all changes. |
| 7 | + 5. Please write your PR title to summarize what this PR proposes. |
| 8 | + 6. If possible, provide a concise example to reproduce the issue for a faster review. |
| 9 | +--> |
2 | 10 |
|
3 |
| -(Please fill in changes proposed in this fix) |
| 11 | +### What changes were proposed in this pull request? |
| 12 | +<!-- |
| 13 | +Please clarify what changes you are proposing. The purpose of this section is to outline the changes and how this PR fixes the issue. |
| 14 | +If possible, please consider writing useful notes for better and faster reviews in your PR. See the examples below. |
| 15 | + 1. If you refactor some codes with changing classes, showing the class hierarchy will help reviewers. |
| 16 | + 2. If you fix some SQL features, you can provide some references of other DBMSes. |
| 17 | + 3. If there is design documentation, please add the link. |
| 18 | + 4. If there is a discussion in the mailing list, please add the link. |
| 19 | +--> |
4 | 20 |
|
5 |
| -## How was this patch tested? |
6 | 21 |
|
7 |
| -(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) |
8 |
| -(If this patch involves UI changes, please attach a screenshot; otherwise, remove this) |
| 22 | +### Why are the changes needed? |
| 23 | +<!-- |
| 24 | +Please clarify why the changes are needed. For instance, |
| 25 | + 1. If you propose a new API, clarify the use case for a new API. |
| 26 | + 2. If you fix a bug, you can clarify why it is a bug. |
| 27 | +--> |
9 | 28 |
|
10 |
| -Please review https://spark.apache.org/contributing.html before opening a pull request. |
| 29 | + |
| 30 | +### Does this PR introduce any user-facing change? |
| 31 | +<!-- |
| 32 | +If yes, please clarify the previous behavior and the change this PR proposes - provide the console output, description and/or an example to show the behavior difference if possible. |
| 33 | +If no, write 'No'. |
| 34 | +--> |
| 35 | + |
| 36 | + |
| 37 | +### How was this patch tested? |
| 38 | +<!-- |
| 39 | +If tests were added, say they were added here. Please make sure to add some test cases that check the changes thoroughly including negative and positive cases if possible. |
| 40 | +If it was tested in a way different from regular unit tests, please clarify how you tested step by step, ideally copy and paste-able, so that other reviewers can test and check, and descendants can verify in the future. |
| 41 | +If tests were not added, please describe why they were not added and/or why it was difficult to add. |
| 42 | +--> |
0 commit comments