Github user shivaram commented on the pull request:
https://github.com/apache/spark/pull/9785#issuecomment-157945520
Actually can we revert the change to `filter` here ? I just checked `dplyr`
and they also override filter. If you load `dplyr` and run our filter unit test
you get an error which looks like
```
> is.ts(filter(1:100, rep(1, 3)))
Error in UseMethod("filter_") :
no applicable method for 'filter_' applied to an object of class
"c('integer', 'numeric')"
```
---
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]