Github user willb commented on the pull request:

    https://github.com/apache/spark/pull/1323#issuecomment-55351655
  
    Hey @andrewor14, thanks for the reply.  First off, I absolutely agree with 
@srowen's comment on #1330 that `import`s (not compiler flags) are the right 
way to handle enabling these language features.  It looks to me like 
`SpanSugar` pulls in `postfixOps` -- and that it's the only thing in those 
files that uses `postfixOps`.  (I guess having both `SpanSugar` and 
`postfixOps` imported at toplevel was causing some implicit resolution 
confusion?)
    
    In any case, the approach in #1330 is probably the way to go since 
explicitly importing `postfixOps` seems unnecessary and removing the compiler 
flag is a good idea.  Thanks again for taking a look!


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

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

Reply via email to