puchengy commented on code in PR #6485:
URL: https://github.com/apache/gravitino/pull/6485#discussion_r1962919971
##########
iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/listener/api/event/IcebergCreateTablePreEvent.java:
##########
@@ -42,6 +43,10 @@ public OperationType operationType() {
}
public CreateTableRequest createTableRequest() {
- return createTableRequest;
+ return createTableRequestWrapper.get();
+ }
+
+ public ObjectWrapper<CreateTableRequest> createTableRequestWrapper() {
Review Comment:
@FANNG1 Is this an upcoming change or is this included in the PR? I searched
around but do not see where this method is called.
--
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]