Github user culler commented on the pull request:

    https://github.com/apache/spark/pull/3066#issuecomment-61599608
  
    Hi Cheng,
    
    I will happily add tests.
    
    There is one thing I could use some help with, though.  It would be very
    helpful if I could run the existing test suite.  But I am currently unable
    to compile several of the tests involving catalyst expressions.
    
    The problem is that the compiler objects whenever a triple = ( === ) is
    used inside of an assert command.  I realize that this is a feature of
    FunSuite.  But with the current spark source distribution and the FunSuite
    jar that it installs, this feature does not work for me.  The compiler says
    that the === operator expects a Symbol argument, which suggests that it is
    somehow being redefined by catalyst libraries. (It works if I just import
    FunSuite alone.) Can you tell me the trick for getting FunSuite working
    without having to change all of those test suite files?  Thanks, and sorry
    to have to bother you with this.
    
    - Marc
    
    On Mon, Nov 3, 2014 at 10:31 PM, Cheng Lian <[email protected]>
    wrote:
    
    > Hey @culler <https://github.com/culler>, would you please add tests for
    > all the new features you introduced in this PR?
    >
    > —
    > Reply to this email directly or view it on GitHub
    > <https://github.com/apache/spark/pull/3066#issuecomment-61592236>.
    >


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