mosche commented on pull request #16607:
URL: https://github.com/apache/beam/pull/16607#issuecomment-1022304125
Actually, just noticed this fails lots of unit tests for dynamodb...
```
java.lang.IllegalArgumentException: Failed to serialize and deserialize
property 'SSECustomerKey' with value
'org.apache.beam.sdk.io.aws2.s3.SSECustomerKey@45b0f44b'
at
com.fasterxml.jackson.databind.ObjectMapper.valueToTree(ObjectMapper.java:3395)
at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:395)
at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:335)
at
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOReadTest.testReadWithCustomLimit(DynamoDBIOReadTest.java:97)
```
--
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]