[
https://issues.apache.org/jira/browse/KAFKA-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210500#comment-15210500
]
ASF GitHub Bot commented on KAFKA-3449:
---------------------------------------
GitHub user oscerd opened a pull request:
https://github.com/apache/kafka/pull/1134
KAFKA-3449: Rename filterOut() to filterNot() to achieve better termi…
…nology
Hi all,
This is my first contribution and I hope it will be good.
The PR is related to this issue:
https://issues.apache.org/jira/browse/KAFKA-3449
Thanks a lot,
Andrea
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/oscerd/kafka KAFKA-3449
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1134.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1134
----
commit 92f3ddfe9b85a9f8554a4ce0ad298d7487fb411b
Author: Andrea Cosentino <[email protected]>
Date: 2016-03-24T16:19:32Z
KAFKA-3449: Rename filterOut() to filterNot() to achieve better terminology
----
> Rename filterOut() to filterNot() to achieve better terminology
> ---------------------------------------------------------------
>
> Key: KAFKA-3449
> URL: https://issues.apache.org/jira/browse/KAFKA-3449
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Michael Noll
> Fix For: 0.10.0.1
>
>
> Currently the Streams DSL has a function called filterOut(), which is the
> negation of filter(). Instead of using our own name "filterOut", we should
> rather use the more familiar name "filterNot" (cf. Scala's filter/filterNot
> functions).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)