puchengy commented on code in PR #6485: URL: https://github.com/apache/gravitino/pull/6485#discussion_r1962818462
########## 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: what is this function used for? I can't find the caller. Same questions for similar functions in the preEvent classes. -- 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