-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-7927] whitespace fixes for core. #6473
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
Conversation
|
LGTM |
|
Isn't this going to probably cause some merge conflicts? I like consistency but in the past we've argued that non-functional cleanups aren't worth it, and this touches a lot of files. Or is a style checker complaining? EDIT: right, saw the JIRA. OK well there's a good motivation then if a new rule is going to be enabled, at least. |
|
Yup rule will be enabled by the end of the day. And the idea is to put this in both 1.4 and master, so we reduce the pain in backporting. |
|
Test build #33684 has finished for PR 6473 at commit
|
|
Test build #33696 has finished for PR 6473 at commit
|
So we can enable a whitespace enforcement rule in the style checker to save code review time. Author: Reynold Xin <[email protected]> Closes #6473 from rxin/whitespace-core and squashes the following commits: 058195d [Reynold Xin] Fixed tests. fce11e9 [Reynold Xin] [SPARK-7927] whitespace fixes for core. (cherry picked from commit 7f7505d) Signed-off-by: Reynold Xin <[email protected]>
This is the last batch of changes to complete SPARK-7929. Previous related PRs: #6480 #6478 #6477 #6476 #6475 #6474 #6473 Author: Reynold Xin <[email protected]> Closes #6487 from rxin/whitespace-lint and squashes the following commits: b33d43d [Reynold Xin] [SPARK-7929] Turn whitespace checker on for more token types.
This is the last batch of changes to complete SPARK-7929. Previous related PRs: #6480 #6478 #6477 #6476 #6475 #6474 #6473 Author: Reynold Xin <[email protected]> Closes #6487 from rxin/whitespace-lint and squashes the following commits: b33d43d [Reynold Xin] [SPARK-7929] Turn whitespace checker on for more token types. (cherry picked from commit 97a60cf) Signed-off-by: Reynold Xin <[email protected]>
So we can enable a whitespace enforcement rule in the style checker to save code review time. Author: Reynold Xin <[email protected]> Closes apache#6473 from rxin/whitespace-core and squashes the following commits: 058195d [Reynold Xin] Fixed tests. fce11e9 [Reynold Xin] [SPARK-7927] whitespace fixes for core.
This is the last batch of changes to complete SPARK-7929. Previous related PRs: apache#6480 apache#6478 apache#6477 apache#6476 apache#6475 apache#6474 apache#6473 Author: Reynold Xin <[email protected]> Closes apache#6487 from rxin/whitespace-lint and squashes the following commits: b33d43d [Reynold Xin] [SPARK-7929] Turn whitespace checker on for more token types.
So we can enable a whitespace enforcement rule in the style checker to save code review time. Author: Reynold Xin <[email protected]> Closes apache#6473 from rxin/whitespace-core and squashes the following commits: 058195d [Reynold Xin] Fixed tests. fce11e9 [Reynold Xin] [SPARK-7927] whitespace fixes for core.
This is the last batch of changes to complete SPARK-7929. Previous related PRs: apache#6480 apache#6478 apache#6477 apache#6476 apache#6475 apache#6474 apache#6473 Author: Reynold Xin <[email protected]> Closes apache#6487 from rxin/whitespace-lint and squashes the following commits: b33d43d [Reynold Xin] [SPARK-7929] Turn whitespace checker on for more token types.
This is the last batch of changes to complete SPARK-7929. Previous related PRs: apache/spark#6480 apache/spark#6478 apache/spark#6477 apache/spark#6476 apache/spark#6475 apache/spark#6474 apache/spark#6473 Author: Reynold Xin <[email protected]> Closes #6487 from rxin/whitespace-lint and squashes the following commits: b33d43d [Reynold Xin] [SPARK-7929] Turn whitespace checker on for more token types.
So we can enable a whitespace enforcement rule in the style checker to save code review time.