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 Maven builds causing 
the test to fail.  This part of the test is not specifically from to the 
functionality that is being tested here.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/BryanCutler/spark 
hotfix-ColumnarBatchSuite-assertion

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/19098.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19098
    
----
commit 567487d6089400527a1b30aca054ea517174a08d
Author: Bryan Cutler <cutl...@gmail.com>
Date:   2017-08-31T18:21:06Z

    this itercept relies on a Java assertion that could be compiled out, 
failing the test

----


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to