yuqi1129 commented on code in PR #11429:
URL: https://github.com/apache/gravitino/pull/11429#discussion_r3360896310
##########
catalogs/catalog-glue/src/main/java/org/apache/gravitino/catalog/glue/GlueIcebergTableHelper.java:
##########
@@ -595,6 +602,42 @@ private static Schema toIcebergSchema(Column[] columns) {
}
private static org.apache.iceberg.types.Type toIcebergType(Type type) {
+ int[] nextId = {0};
Review Comment:
This local variant can be moved to the inner method?
--
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]