Github user budde commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17250#discussion_r107760106
  
    --- Diff: 
external/kinesis-asl/src/main/scala/org/apache/spark/streaming/kinesis/KinesisInputDStream.scala
 ---
    @@ -22,24 +22,28 @@ import scala.reflect.ClassTag
     import 
com.amazonaws.services.kinesis.clientlibrary.lib.worker.InitialPositionInStream
     import com.amazonaws.services.kinesis.model.Record
     
    +import org.apache.spark.annotation.InterfaceStability
     import org.apache.spark.rdd.RDD
     import org.apache.spark.storage.{BlockId, StorageLevel}
     import org.apache.spark.streaming.{Duration, StreamingContext, Time}
    +import org.apache.spark.streaming.api.java.JavaStreamingContext
     import org.apache.spark.streaming.dstream.ReceiverInputDStream
     import org.apache.spark.streaming.receiver.Receiver
     import org.apache.spark.streaming.scheduler.ReceivedBlockInfo
     
     private[kinesis] class KinesisInputDStream[T: ClassTag](
         _ssc: StreamingContext,
    -    streamName: String,
    -    endpointUrl: String,
    -    regionName: String,
    -    initialPositionInStream: InitialPositionInStream,
    -    checkpointAppName: String,
    -    checkpointInterval: Duration,
    -    storageLevel: StorageLevel,
    -    messageHandler: Record => T,
    -    kinesisCredsProvider: SerializableCredentialsProvider
    +    private[kinesis] val streamName: String,
    --- End diff --
    
    Yeah, it's really just there so that I could access the values directly 
from the test. I'll look into using ```PrivateMethodTester```, thanks for the 
suggestion


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to