beryllw commented on code in PR #2161:
URL: https://github.com/apache/fluss/pull/2161#discussion_r2615961165


##########
fluss-common/src/main/java/org/apache/fluss/metadata/Schema.java:
##########
@@ -115,6 +115,15 @@ public int[] getPrimaryKeyIndexes() {
                 .orElseGet(() -> new int[0]);
     }
 
+    /** Returns the auto-increment column index, if any, otherwise returns -1. 
*/

Review Comment:
   Add this function to quickly retrieve the auto-increment column. It seems 
that there are no relevant changes in the latest code of the main branch?



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