Github user sjbrunst commented on a diff in the pull request:
https://github.com/apache/spark/pull/1717#discussion_r18979675
--- Diff:
external/twitter/src/main/scala/org/apache/spark/streaming/twitter/TwitterUtils.scala
---
@@ -32,16 +32,62 @@ object TwitterUtils {
* authorization; this uses the system properties
twitter4j.oauth.consumerKey,
* twitter4j.oauth.consumerSecret, twitter4j.oauth.accessToken and
* twitter4j.oauth.accessTokenSecret
- * @param filters Set of filter strings to get only those tweets that
match them
--- End diff --
@tdas I renamed "filters" to "track" in the new methods so it matches the
name that FilterQuery uses. The name "filters" for the keyword set doesn't make
much sense anyways, since locations and follow are also filters.
Is it ok to rename "filters" in the original methods too?
---
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]