[GitHub] spark pull request #15464: [SPARK-17827][SQL]maxColLength type should be Int...

2016-10-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15464 --- 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 #15464: [SPARK-17827][SQL]maxColLength type should be Int...

2016-10-13 Thread wzhfy
Github user wzhfy commented on a diff in the pull request: https://github.com/apache/spark/pull/15464#discussion_r83219244 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StatisticsColumnSuite.scala --- @@ -150,7 +150,7 @@ class StatisticsColumnSuite extends StatisticsTest

[GitHub] spark pull request #15464: [SPARK-17827][SQL]maxColLength type should be Int...

2016-10-13 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15464#discussion_r83214509 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StatisticsColumnSuite.scala --- @@ -150,7 +150,7 @@ class StatisticsColumnSuite extends StatisticsTest

[GitHub] spark pull request #15464: [SPARK-17827][SQL]maxColLength type should be Int...

2016-10-13 Thread robbinspg
GitHub user robbinspg opened a pull request: https://github.com/apache/spark/pull/15464 [SPARK-17827][SQL]maxColLength type should be Int for String and Binary ## What changes were proposed in this pull request? correct the expected type from Length function to be Int