[GitHub] spark pull request #19098: [SPARK-21583][HOTFIX] Removed intercept in test c...

2017-08-31 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/19098#discussion_r136427951 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/vectorized/ColumnarBatchSuite.scala --- @@ -1308,10 +1308,6 @@ class

[GitHub] spark pull request #19098: [SPARK-21583][HOTFIX] Removed intercept in test c...

2017-08-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/19098 --- 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 #19098: [SPARK-21583][HOTFIX] Removed intercept in test c...

2017-08-31 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19098#discussion_r136413800 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/vectorized/ColumnarBatchSuite.scala --- @@ -1308,10 +1308,6 @@ class

[GitHub] spark pull request #19098: [SPARK-21583][HOTFIX] Removed intercept in test c...

2017-08-31 Thread BryanCutler
GitHub user BryanCutler opened a pull request: https://github.com/apache/spark/pull/19098 [SPARK-21583][HOTFIX] Removed intercept in test causing failures Removing a check in the ColumnarBatchSuite that depended on a Java assertion. This assertion is being compiled out in the