Github user budde commented on a diff in the pull request:
https://github.com/apache/spark/pull/18029#discussion_r134120535
--- Diff:
external/kinesis-asl/src/test/scala/org/apache/spark/streaming/kinesis/KinesisInputDStreamBuilderSuite.scala
---
@@ -72,7 +70,8 @@ class KinesisInputDStreamBuilderSuite extends
TestSuiteBase with BeforeAndAfterE
val dstream = builder.build()
assert(dstream.endpointUrl == DEFAULT_KINESIS_ENDPOINT_URL)
assert(dstream.regionName == DEFAULT_KINESIS_REGION_NAME)
- assert(dstream.initialPositionInStream ==
DEFAULT_INITIAL_POSITION_IN_STREAM)
+ assert(dstream.initialPosition.initialPositionInStream
--- End diff --
*nit* Think this would be sufficient:
```scala
assert(dstream.initialPosition == DEFAULT_INITIAL_POSITION)
```
---
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]