-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-12692][BUILD][GRAPHX] Scala style: Fix the style violation (Space before "," or ":") #10683
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed we need a white space if the name of variables ends with _.
Those variables might be used internally so can we rename to which like prepended _ right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
|
Test build #49062 has finished for PR 10683 at commit
|
|
retest this please. |
|
Test build #49065 has finished for PR 10683 at commit
|
|
MiMa said But It's funny. I think the dependency of streaming-mqtt is not related to this change. |
|
retest this please. |
|
LGTM |
|
Test build #2360 has finished for PR 10683 at commit
|
|
retest this please. |
|
Test build #49075 has finished for PR 10683 at commit
|
|
I've merged this. |
Fix the style violation (space before
,and:).This PR is a followup for #10643.