FANNG1 commented on code in PR #6485: URL: https://github.com/apache/gravitino/pull/6485#discussion_r1962892452
########## 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: event listener invokes this function to get ObjectWrapper and set an new CreateTableRequest -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org