mosche commented on a change in pull request #17113:
URL: https://github.com/apache/beam/pull/17113#discussion_r830839450
##########
File path:
sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/kinesis/KinesisIO.java
##########
@@ -977,20 +1045,36 @@ public void startBundle() {
@Override
protected void write(String partitionKey, @Nullable String
explicitHashKey, byte[] data)
throws Throwable {
- BigInteger hashKey = effectiveHashKey(partitionKey, explicitHashKey);
Review comment:
All relevant changes are here until end of KinesisIO
--
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]