flink-connector-aws icon indicating copy to clipboard operation
flink-connector-aws copied to clipboard

[FLINK-35022][Connector/DynamoDB] Add TypeInformed DDB Element Converter as default element converter

Open vahmed-hamdy opened this issue 10 months ago • 4 comments

Purpose of the change

Add DynamoDbTypeInformedElementConverter to convert Elements to dynamoDb Sink using its provided type Info.

Verifying this change

This change added tests and can be verified as follows:

  • Added unit tests

Significant changes

(Please check any boxes [x] if the answer is "yes". You can first publish the PR and check them afterwards, for convenience.)

  • [ ] Dependencies have been added or upgraded
  • [ ] Public API has been changed (Public API is any class annotated with @Public(Evolving))
  • [ ] Serializers have been changed
  • [ ] New feature has been introduced
    • If yes, how is this documented? (not applicable / docs / JavaDocs / not documented)

vahmed-hamdy avatar Apr 11 '24 11:04 vahmed-hamdy