mchades commented on code in PR #3461:
URL: https://github.com/apache/gravitino/pull/3461#discussion_r1691019543
##########
catalogs/catalog-lakehouse-iceberg/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/ops/IcebergTableOpsHelper.java:
##########
@@ -156,7 +160,9 @@ private void doUpdateColumnType(
icebergUpdateSchema.updateColumn(fieldName, (PrimitiveType) type);
}
- private ColumnPosition getAddColumnPosition(StructType parent,
ColumnPosition columnPosition) {
+ // Iceberg doesn't support LAST
Review Comment:
Iceberg doesn't support LAST, so what do you do in the 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]