Github user liancheng commented on the pull request:

    https://github.com/apache/spark/pull/11040#issuecomment-179074117
  
    Seems that the `@` removal bug is causing more serious build failures like 
[this one][1]. My theory is that some test case added a resource whose path 
containing `@` to `TestHive`. The `ADD` command itself succeeds but the 
resource isn't successfully added since the `@` character in the path is 
removed. This breaks internal state of `TestHive` and causes successive test 
failures.
    
    Thus I agree with @davies that we should have a proper fix of the `@` 
removal bug rather than adding a workaround. So closing this.
    
    [1]: 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50650/testReport/


---
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