GitHub user viirya opened a pull request:

    https://github.com/apache/spark/pull/7693

    [SPARK-9378][SQL][HotFix] Remove improper and failed test that checks 
schema stored by Hive

    JIRA: https://issues.apache.org/jira/browse/SPARK-9378
    
    As old `ParquetRelation` is completely removed from codebase and 
`ParquetRelation2` becomes `ParquetRelation`, one test in 
`org.apache.spark.sql.hive.execution.SQLQuerySuite` that checks schema stored 
by Hive will fail as observed in #7520's recent test report. We should remove 
the test now.
    
    


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

    $ git pull https://github.com/viirya/spark-1 remove_hive_parquet_schema_test

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

    https://github.com/apache/spark/pull/7693.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 #7693
    
----
commit d8b3c189d7b57d30cbfd82a174b907fa7d42345a
Author: Liang-Chi Hsieh <[email protected]>
Date:   2015-07-27T10:27:06Z

    Remove improper and failed test that checks schema stored by Hive.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to