spark git commit: [SPARK-12503][SPARK-12505] Limit pushdown in UNION ALL and OUTER JOIN

2016-02-14 Thread rxin
Repository: spark Updated Branches: refs/heads/master 7cb4d74c9 -> a8bbc4f50 [SPARK-12503][SPARK-12505] Limit pushdown in UNION ALL and OUTER JOIN This patch adds a new optimizer rule for performing limit pushdown. Limits will now be pushed down in two cases: - If a limit is on top of a `UNI

spark git commit: [SPARK-13185][SQL] Reuse Calendar object in DateTimeUtils.StringToDate method to improve performance

2016-02-14 Thread rxin
Repository: spark Updated Branches: refs/heads/master 22e9723d6 -> 7cb4d74c9 [SPARK-13185][SQL] Reuse Calendar object in DateTimeUtils.StringToDate method to improve performance The java `Calendar` object is expensive to create. I have a sub query like this `SELECT a, b, c FROM table UV WHER

spark git commit: [SPARK-13278][CORE] Launcher fails to start with JDK 9 EA

2016-02-14 Thread srowen
Repository: spark Updated Branches: refs/heads/master 331293c30 -> 22e9723d6 [SPARK-13278][CORE] Launcher fails to start with JDK 9 EA See http://openjdk.java.net/jeps/223 for more information about the JDK 9 version string scheme. Author: Claes Redestad Closes #11160 from cl4es/master.

svn commit: r1730318 - /spark/README.md

2016-02-14 Thread srowen
Author: srowen Date: Sun Feb 14 11:46:05 2016 New Revision: 1730318 URL: http://svn.apache.org/viewvc?rev=1730318&view=rev Log: Add note about installing Pygments with jekyll for Spark site (SPARK-13300) Modified: spark/README.md Modified: spark/README.md URL: http://svn.apache.org/viewvc/s

spark git commit: [SPARK-13300][DOCUMENTATION] Added pygments.rb dependancy

2016-02-14 Thread srowen
Repository: spark Updated Branches: refs/heads/master 354d4c24b -> 331293c30 [SPARK-13300][DOCUMENTATION] Added pygments.rb dependancy Looks like pygments.rb gem is also required for jekyll build to work. At least on Ubuntu/RHEL I could not do build without this dependency. So added this to

spark git commit: [SPARK-13300][DOCUMENTATION] Added pygments.rb dependancy

2016-02-14 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 107290c94 -> ec40c5a59 [SPARK-13300][DOCUMENTATION] Added pygments.rb dependancy Looks like pygments.rb gem is also required for jekyll build to work. At least on Ubuntu/RHEL I could not do build without this dependency. So added this