dongjoon-hyun commented on code in PR #49393:
URL: https://github.com/apache/spark/pull/49393#discussion_r1904970437
##########
connector/kinesis-asl/src/test/scala/org/apache/spark/streaming/kinesis/KinesisFunSuite.scala:
##########
@@ -35,7 +35,7 @@ trait KinesisFunSuite extends SparkFunSuite {
}
}
- /** Run the give body of code only if Kinesis tests are enabled */
+ /** Run the given body of code only if ENABLE_KINESIS_TESTS is 1. */
Review Comment:
Fix typo and make it explicit by mentioning the env variable name.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]