Copilot commented on code in PR #9072:
URL: https://github.com/apache/seatunnel/pull/9072#discussion_r2020395607


##########
seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/oceanbase/OceanBaseMysqlCreateTableSqlBuilder.java:
##########
@@ -265,6 +265,12 @@ private String buildConstraintKeySql(
                 keyName = "FOREIGN KEY";
                 // todo:
                 break;
+            case VECTOR_INDEX_KEY:

Review Comment:
   Ensure that VECTOR_INDEX_KEY constraint values (such as constraint names and 
index columns) are validated and properly escaped to prevent potential SQL 
injection issues in schema generation.



-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to