Skip to content
Snippets Groups Projects
Commit 5f7f3b93 authored by Saisai Shao's avatar Saisai Shao Committed by Tathagata Das
Browse files

[Streaming][Minor] Remove useless type signature of Java Kafka direct stream API

cc tdas .

Author: Saisai Shao <saisai.shao@intel.com>

Closes #4817 from jerryshao/signature-minor-fix and squashes the following commits:

eebfaac [Saisai Shao] Remove useless type parameter
parent d17cb2ba
No related branches found
No related tags found
No related merge requests found
......@@ -512,7 +512,7 @@ object KafkaUtils {
* @param topics Names of the topics to consume
*/
@Experimental
def createDirectStream[K, V, KD <: Decoder[K], VD <: Decoder[V], R](
def createDirectStream[K, V, KD <: Decoder[K], VD <: Decoder[V]](
jssc: JavaStreamingContext,
keyClass: Class[K],
valueClass: Class[V],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment