vrozov commented on code in PR #52654:
URL: https://github.com/apache/spark/pull/52654#discussion_r2456154513
##########
connector/kinesis-asl/pom.xml:
##########
@@ -64,10 +64,16 @@
<version>${aws.java.sdk.version}</version>
</dependency>
<dependency>
- <groupId>com.amazonaws</groupId>
+ <groupId>software.amazon.kinesis</groupId>
Review Comment:
@dongjoon-hyun @sarutak Note that the entire impact of the change is limited
to
[KPLBasedKinesisTestUtils.scala](https://github.com/apache/spark/pull/52654/files#diff-205811adfedd838b301cf522f9e3e09dc4b527c717425f5d6f555ef03d195ee6)
and it is necessary due to other Spark dependencies being upgraded making it
incompatible with the existing Kinesis producer library version.
--
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]