-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-7927] whitespace fixes for Hive and ThriftServer. #6478
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Test build #33691 has finished for PR 6478 at commit
|
asfgit
pushed a commit
that referenced
this pull request
May 29, 2015
So we can enable a whitespace enforcement rule in the style checker to save code review time. Author: Reynold Xin <[email protected]> Closes #6478 from rxin/whitespace-hive and squashes the following commits: e01b0e0 [Reynold Xin] Fixed tests. a3bba22 [Reynold Xin] [SPARK-7927] whitespace fixes for Hive and ThriftServer. (cherry picked from commit ee6a0e1) Signed-off-by: Reynold Xin <[email protected]>
asfgit
pushed a commit
that referenced
this pull request
May 29, 2015
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.
asfgit
pushed a commit
that referenced
this pull request
May 29, 2015
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]>
jeanlyn
pushed a commit
to jeanlyn/spark
that referenced
this pull request
Jun 12, 2015
So we can enable a whitespace enforcement rule in the style checker to save code review time. Author: Reynold Xin <[email protected]> Closes apache#6478 from rxin/whitespace-hive and squashes the following commits: e01b0e0 [Reynold Xin] Fixed tests. a3bba22 [Reynold Xin] [SPARK-7927] whitespace fixes for Hive and ThriftServer.
jeanlyn
pushed a commit
to jeanlyn/spark
that referenced
this pull request
Jun 12, 2015
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.
nemccarthy
pushed a commit
to nemccarthy/spark
that referenced
this pull request
Jun 19, 2015
So we can enable a whitespace enforcement rule in the style checker to save code review time. Author: Reynold Xin <[email protected]> Closes apache#6478 from rxin/whitespace-hive and squashes the following commits: e01b0e0 [Reynold Xin] Fixed tests. a3bba22 [Reynold Xin] [SPARK-7927] whitespace fixes for Hive and ThriftServer.
nemccarthy
pushed a commit
to nemccarthy/spark
that referenced
this pull request
Jun 19, 2015
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.
ckadner
pushed a commit
to ckadner/bahir_from_spark_8301fad
that referenced
this pull request
Jun 6, 2016
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
So we can enable a whitespace enforcement rule in the style checker to save code review time.