You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2015/07/04 10:11:50 UTC

spark git commit: Fixed minor style issue with the previous merge.

Repository: spark
Updated Branches:
  refs/heads/master 6b3574e68 -> 48f7aed68


Fixed minor style issue with the previous merge.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/48f7aed6
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/48f7aed6
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/48f7aed6

Branch: refs/heads/master
Commit: 48f7aed686afde70a6f0802c6cb37b0cad0509f1
Parents: 6b3574e
Author: Reynold Xin <rx...@databricks.com>
Authored: Sat Jul 4 01:11:35 2015 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Sat Jul 4 01:11:35 2015 -0700

----------------------------------------------------------------------
 sql/core/src/main/scala/org/apache/spark/sql/functions.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/48f7aed6/sql/core/src/main/scala/org/apache/spark/sql/functions.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/functions.scala b/sql/core/src/main/scala/org/apache/spark/sql/functions.scala
index e4109da..abcfc0b 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/functions.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/functions.scala
@@ -1581,7 +1581,7 @@ object functions {
 
   /**
    * Computes the length of a given string value.
-   * 
+   *
    * @group string_funcs
    * @since 1.5.0
    */
@@ -1589,7 +1589,7 @@ object functions {
 
   /**
    * Computes the length of a given string column.
-   * 
+   *
    * @group string_funcs
    * @since 1.5.0
    */


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org