dongjoon-hyun commented on code in PR #42581:
URL: https://github.com/apache/spark/pull/42581#discussion_r1299660951
##########
pom.xml:
##########
@@ -156,8 +156,10 @@
<!-- Should be consistent with SparkBuild.scala and docs -->
<avro.version>1.11.1</avro.version>
<aws.kinesis.client.version>1.12.0</aws.kinesis.client.version>
+ <aws.kinesis.client.v2.version>2.4.3</aws.kinesis.client.v2.version>
<!-- Should be consistent with Kinesis client dependency -->
- <aws.java.sdk.version>1.11.655</aws.java.sdk.version>
+ <aws.java.sdk.version>1.12.447</aws.java.sdk.version>
+ <aws.java.sdk.v2.version>2.17.268</aws.java.sdk.v2.version>
Review Comment:
Is this PR aiming to upgrade both V1 and V2 at the same time?
--
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]