Hisoka-X commented on code in PR #9607:
URL: https://github.com/apache/seatunnel/pull/9607#discussion_r2222816255
##########
seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/vertica/VerticaDialect.java:
##########
@@ -65,6 +65,7 @@ public Optional<String> getUpsertStatementByTableSchema(
Arrays.stream(fieldNames)
.filter(fieldName ->
!Arrays.asList(uniqueKeyFields).contains(fieldName))
.collect(Collectors.toList());
+ // vertica jdbc currently needs to display the specified type to
execute
Review Comment:
```suggestion
// Vertica JDBC currently requires explicitly specifying the data
type
```
--
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]