|
| 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 | +--> |
| 10 | + |
| 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 there is design documentation, please add the link. |
| 16 | + 2. If there is a discussion in the mailing list, please add the link. |
| 17 | +--> |
| 18 | + |
| 19 | + |
| 20 | +### Why are the changes needed? |
| 21 | +<!-- |
| 22 | +Please clarify why the changes are needed. For instance, |
| 23 | + 1. If you fix a bug, you can clarify why it is a bug. |
| 24 | +--> |
| 25 | + |
| 26 | + |
| 27 | +### Does this PR introduce _any_ user-facing change? |
| 28 | +<!-- |
| 29 | +Note that it means *any* user-facing change including all aspects such as the documentation fix. |
| 30 | +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. |
| 31 | +If possible, please also clarify if this is a user-facing change compared to the released Spark versions or within the unreleased branches such as master. |
| 32 | +If no, write 'No'. |
| 33 | +--> |
| 34 | + |
| 35 | + |
| 36 | +### How was this patch tested? |
| 37 | +<!-- |
| 38 | +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. |
| 39 | +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. |
| 40 | +If tests were not added, please describe why they were not added and/or why it was difficult to add. |
| 41 | +--> |
0 commit comments