ddebowczyk92 commented on code in PR #234:
URL: 
https://github.com/apache/flink-connector-aws/pull/234#discussion_r3195754414


##########
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:
   @davidradl thanks for looking in, I addressed your suggestion 



-- 
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]

Reply via email to