[GitHub] spark pull request #13839: [SPARK-16128][SQL] Allow setting length of charac...

2016-06-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13839 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #13839: [SPARK-16128][SQL] Allow setting length of charac...

2016-06-27 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13839#discussion_r68685732 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -251,7 +253,11 @@ class Dataset[T] private[sql]( case seq: Seq[_] =>

[GitHub] spark pull request #13839: [SPARK-16128][SQL] Allow setting length of charac...

2016-06-25 Thread ScrapCodes
Github user ScrapCodes commented on a diff in the pull request: https://github.com/apache/spark/pull/13839#discussion_r68487475 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -251,7 +253,11 @@ class Dataset[T] private[sql]( case seq:

[GitHub] spark pull request #13839: [SPARK-16128][SQL] Allow setting length of charac...

2016-06-24 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13839#discussion_r68480005 --- Diff: R/pkg/R/DataFrame.R --- @@ -194,7 +194,12 @@ setMethod("isLocal", setMethod("showDF", signature(x = "SparkDataFrame"),

[GitHub] spark pull request #13839: [SPARK-16128][SQL] Allow setting length of charac...

2016-06-24 Thread ScrapCodes
Github user ScrapCodes commented on a diff in the pull request: https://github.com/apache/spark/pull/13839#discussion_r68479735 --- Diff: python/pyspark/sql/dataframe.py --- @@ -282,8 +284,18 @@ def show(self, n=20, truncate=True): | 2|Alice| | 5| Bob|

[GitHub] spark pull request #13839: [SPARK-16128][SQL] Allow setting length of charac...

2016-06-24 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13839#discussion_r68443769 --- Diff: R/pkg/R/DataFrame.R --- @@ -194,7 +194,12 @@ setMethod("isLocal", setMethod("showDF", signature(x = "SparkDataFrame"),

[GitHub] spark pull request #13839: [SPARK-16128][SQL] Allow setting length of charac...

2016-06-24 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13839#discussion_r68433503 --- Diff: R/pkg/R/DataFrame.R --- @@ -194,7 +194,12 @@ setMethod("isLocal", setMethod("showDF", signature(x = "SparkDataFrame"),

[GitHub] spark pull request #13839: [SPARK-16128][SQL] Allow setting length of charac...

2016-06-24 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13839#discussion_r68433192 --- Diff: R/pkg/R/DataFrame.R --- @@ -194,7 +194,12 @@ setMethod("isLocal", setMethod("showDF", signature(x = "SparkDataFrame"),

[GitHub] spark pull request #13839: [SPARK-16128][SQL] Allow setting length of charac...

2016-06-24 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13839#discussion_r68433112 --- Diff: python/pyspark/sql/dataframe.py --- @@ -282,8 +284,18 @@ def show(self, n=20, truncate=True): | 2|Alice| | 5| Bob|

[GitHub] spark pull request #13839: [SPARK-16128][SQL] Allow setting length of charac...

2016-06-24 Thread ScrapCodes
Github user ScrapCodes commented on a diff in the pull request: https://github.com/apache/spark/pull/13839#discussion_r68356736 --- Diff: R/pkg/R/DataFrame.R --- @@ -177,8 +177,8 @@ setMethod("isLocal", #' @param x A SparkDataFrame #' @param numRows The number of rows to

[GitHub] spark pull request #13839: [SPARK-16128][SQL] Allow setting length of charac...

2016-06-23 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13839#discussion_r68317660 --- Diff: R/pkg/R/DataFrame.R --- @@ -194,7 +194,12 @@ setMethod("isLocal", setMethod("showDF", signature(x = "SparkDataFrame"),

[GitHub] spark pull request #13839: [SPARK-16128][SQL] Allow setting length of charac...

2016-06-23 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13839#discussion_r68317336 --- Diff: R/pkg/R/DataFrame.R --- @@ -177,8 +177,8 @@ setMethod("isLocal", #' @param x A SparkDataFrame #' @param numRows The number of rows to

[GitHub] spark pull request #13839: [SPARK-16128][SQL] Allow setting length of charac...

2016-06-23 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/13839#discussion_r68309099 --- Diff: R/pkg/R/DataFrame.R --- @@ -177,8 +177,8 @@ setMethod("isLocal", #' @param x A SparkDataFrame #' @param numRows The number of rows to print.