Github user marmbrus commented on the pull request:

    https://github.com/apache/spark/pull/1074#issuecomment-46076251
  
    This test is failing because you made the `TreeNode` an inner class.  An 
inner class is actually just syntactic sugar done by the compiler where there 
is an extra implicit constructor parameter to the class for the outer object.  
As a result, the contract that all of the argument to the `TreeNode`'s 
constructor are either in `productIterator` or `otherCopyArgs` is broken.
    
    Here's a fix: https://github.com/concretevitamin/spark/pull/1


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

Reply via email to