Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/3246#discussion_r22343345
--- Diff:
external/twitter/src/main/scala/org/apache/spark/streaming/twitter/TwitterUtils.scala
---
@@ -25,6 +25,91 @@ import
org.apache.spark.streaming.api.java.{JavaReceiverInputDStream, JavaDStrea
import org.apache.spark.streaming.dstream.{ReceiverInputDStream, DStream}
object TwitterUtils {
+
+ // For implicit parameter used to avoid to have same type after erasure
+ case class Ignore(value: String ) {
--- End diff --
This looks like a big hack. Just use different method names if you are
trying to avoid type conflict after erasure.
---
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]