-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Remove unicode operator from RDD.scala #1119
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
Some IDEs don’t support unicode characters in source code
|
Merged build triggered. |
|
Merged build started. |
|
@ash211 ... |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
That even works in Scala? I definitely didn't intend to commit that as a single Unicode character as opposed to two characters -- an '=' and a '>' and code in Vim which I wouldn't expect to do character replacement, but who knows. Definitely replace it with => +1 LGTM |
|
Thanks. I've merged this. |
|
@ash211 FWIW they have other unicode operators supported in addition to ⇒: http://www.scala-lang.org/old/node/4723 |
|
Agreed, I'll file a ticket about it On Wed, Jun 18, 2014 at 6:07 PM, dorx [email protected] wrote:
|
|
Dorx, can you add what IDE that was to the below ticket? Thanks! https://issues.apache.org/jira/browse/SPARK-2182 On Wed, Jun 18, 2014 at 6:18 PM, Andrew Ash [email protected] wrote:
|
Some IDEs don’t support unicode characters in source code. Check if this breaks binary compatibility. Author: Doris Xin <[email protected]> Closes apache#1119 from dorx/unicode and squashes the following commits: 05618c3 [Doris Xin] Remove unicode operator from RDD.scala
Some IDEs don’t support unicode characters in source code. Check if this breaks binary compatibility. Author: Doris Xin <[email protected]> Closes apache#1119 from dorx/unicode and squashes the following commits: 05618c3 [Doris Xin] Remove unicode operator from RDD.scala
Some IDEs don’t support unicode characters in source code. Check if this breaks binary compatibility.