shijie-328931589 commented on code in PR #34425:
URL: https://github.com/apache/shardingsphere/pull/34425#discussion_r1926294173


##########
parser/sql/statement/type/postgresql/src/main/java/org/apache/shardingsphere/sql/parser/statement/postgresql/dml/PostgreSQLInsertStatement.java:
##########
@@ -34,7 +34,7 @@ public final class PostgreSQLInsertStatement extends 
InsertStatement implements
     
     private WithSegment withSegment;
     
-    private OnDuplicateKeyColumnsSegment onDuplicateKeyColumnsSegment;
+    private OnDuplicateKeyColumnsSegment onDuplicateKeyColumns;

Review Comment:
   yes, they have the same problem



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