You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by scwf <gi...@git.apache.org> on 2014/12/27 15:22:05 UTC

[GitHub] spark pull request: [SPARK-4975][SQL] Fix HiveInspectorSuite test ...

GitHub user scwf opened a pull request:

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

    [SPARK-4975][SQL] Fix HiveInspectorSuite test failure

    HiveInspectorSuite test failureļ¼š
    [info] - wrap / unwrap null, constant null and writables *** FAILED *** (21 milliseconds)
    [info] 1 did not equal 0 (HiveInspectorSuite.scala:136)  
    this is because the origin date(is 3914-10-23) not equals the date returned by unwrap(is 3914-10-22).
    
    Setting TimeZone and Locale fix this. 
    Another minor change here is change ```def checkValues(v1: Any, v2: Any): Unit```  to  ```def checkValue(v1: Any, v2: Any): Unit ```

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

    $ git pull https://github.com/scwf/spark fix-inspectorsuite

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

    https://github.com/apache/spark/pull/3814.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 #3814
    
----
commit 72b19a96606fa83be32948dc5848ac99dc9dedb9
Author: scwf <wa...@huawei.com>
Date:   2014-12-27T13:51:11Z

    fix HiveInspectorSuite test error

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [SPARK-4975][SQL] Fix HiveInspectorSuite test ...

Posted by marmbrus <gi...@git.apache.org>.
Github user marmbrus commented on the pull request:

    https://github.com/apache/spark/pull/3814#issuecomment-68388740
  
    Thanks!  Merged to master.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [SPARK-4975][SQL] Fix HiveInspectorSuite test ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/3814#issuecomment-68182678
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24843/
    Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [SPARK-4975][SQL] Fix HiveInspectorSuite test ...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/3814#issuecomment-68181707
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24844/
    Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [SPARK-4975][SQL] Fix HiveInspectorSuite test ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/3814#issuecomment-68182677
  
      [Test build #24843 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24843/consoleFull) for   PR 3814 at commit [`72b19a9`](https://github.com/apache/spark/commit/72b19a96606fa83be32948dc5848ac99dc9dedb9).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [SPARK-4975][SQL] Fix HiveInspectorSuite test ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/3814#issuecomment-68179677
  
      [Test build #24843 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24843/consoleFull) for   PR 3814 at commit [`72b19a9`](https://github.com/apache/spark/commit/72b19a96606fa83be32948dc5848ac99dc9dedb9).
     * This patch merges cleanly.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [SPARK-4975][SQL] Fix HiveInspectorSuite test ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/3814#issuecomment-68179802
  
      [Test build #24844 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24844/consoleFull) for   PR 3814 at commit [`d8531ef`](https://github.com/apache/spark/commit/d8531efc34fbb831ef04fed640d0624301cfa591).
     * This patch merges cleanly.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [SPARK-4975][SQL] Fix HiveInspectorSuite test ...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/3814#issuecomment-68181705
  
      [Test build #24844 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24844/consoleFull) for   PR 3814 at commit [`d8531ef`](https://github.com/apache/spark/commit/d8531efc34fbb831ef04fed640d0624301cfa591).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request: [SPARK-4975][SQL] Fix HiveInspectorSuite test ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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