Skip to content
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

SI-265 Disallow FP literals without digit after dot #97

Merged
merged 1 commit into from Oct 22, 2013
Merged

SI-265 Disallow FP literals without digit after dot #97

merged 1 commit into from Oct 22, 2013

Conversation

soc
Copy link
Member

@soc soc commented Sep 24, 2013

No description provided.

@soc
Copy link
Member Author

soc commented Oct 13, 2013

Review by @odersky, please.

odersky added a commit that referenced this pull request Oct 22, 2013
SI-265 Disallow FP literals without digit after dot
@odersky odersky merged commit 3c979f4 into scala:master Oct 22, 2013
liancheng pushed a commit to liancheng/scala-dist that referenced this pull request Jul 20, 2014
Add classmethod to SparkContext to set system properties.

Add a new classmethod to SparkContext to set system properties like is
possible in Scala/Java. Unlike the Java/Scala implementations, there's
no access to System until the JVM bridge is created. Since
SparkContext handles that, move the initialization of the JVM
connection to a separate classmethod that can safely be called
repeatedly as long as the same instance (or no instance) is provided.
liancheng pushed a commit to liancheng/scala-dist that referenced this pull request Jul 20, 2014
Added BoundedPriorityQueue kryo registrator. Fixes top issue.
liancheng pushed a commit to liancheng/scala-dist that referenced this pull request Jul 20, 2014
Since python does not have a library for max heap and usual tricks like inverting values etc.. does not work for all cases.

We have our own implementation of max heap.

Author: Prashant Sharma <prashant.s@imaginea.com>

Closes scala#97 from ScrapCodes/SPARK-1162/pyspark-top-takeOrdered2 and squashes the following commits:

35f86ba [Prashant Sharma] code review
2b1124d [Prashant Sharma] fixed tests
e8a08e2 [Prashant Sharma] Code review comments.
49e6ba7 [Prashant Sharma] SPARK-1162 added takeOrdered to pyspark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants