davidradl commented on code in PR #234:
URL:
https://github.com/apache/flink-connector-aws/pull/234#discussion_r3187608749
##########
flink-connector-aws/flink-connector-dynamodb/src/test/resources/create-table.sql:
##########
@@ -15,6 +15,7 @@ CREATE TABLE dynamo_db_table (
`some_time` TIME,
`some_timestamp` TIMESTAMP(3),
`some_timestamp_ltz` TIMESTAMP_LTZ(5),
+ `some_row` ROW<myField INT, myOtherField String>,
Review Comment:
I see you are testing different topologies - I suggest checking a ROW of
ROWs as well.
--
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]