Carl-Zhou-CN commented on code in PR #5548:
URL: https://github.com/apache/seatunnel/pull/5548#discussion_r1336644425


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-sqlserver-e2e/src/test/resources/ddl/column_type_test.sql:
##########
@@ -94,6 +96,8 @@ CREATE TABLE full_types_sink (
                             val_datetime2 datetime2,
                             val_datetime datetime,
                             val_smalldatetime smalldatetime,
-                            val_xml xml
-                                PRIMARY KEY (id)
+                            val_xml xml,
+                            val_datetimeoffset DATETIMEOFFSET(4),
+                            val_varbinary  varbinary(100)

Review Comment:
   Do we need to add a timestamp type of test?



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