Carl-Zhou-CN commented on code in PR #5951:
URL: https://github.com/apache/seatunnel/pull/5951#discussion_r1423987492
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kudu-e2e/src/test/java/org/apache/seatunnel/e2e/connector/kudu/KuduWIthMultipleTableIT.java:
##########
@@ -210,10 +215,6 @@ private void initializeKuduTable() throws KuduException {
new ColumnSchema.ColumnSchemaBuilder("val_unixtime_micros",
Type.UNIXTIME_MICROS)
.nullable(true)
.build());
- columns.add(
Review Comment:
binary type, difficult to generate in fake, and difficult to compare,KuduIT
contains all types of checks
--
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]