dimas-b commented on code in PR #3456:
URL: https://github.com/apache/polaris/pull/3456#discussion_r2713097963


##########
runtime/service/src/main/java/org/apache/polaris/service/events/EventAttributes.java:
##########
@@ -174,6 +175,8 @@ private EventAttributes() {}
   // Transaction attributes
   public static final AttributeKey<CommitTransactionRequest> 
COMMIT_TRANSACTION_REQUEST =
       new AttributeKey<>("commit_transaction_request", 
CommitTransactionRequest.class);
+  public static final AttributeKey<List<LoadTableResponse>> 
LOAD_TABLE_RESPONSES =

Review Comment:
   Please move this definition closer to `LOAD_TABLE_RESPONSE` for ease of 
reading this code later.



-- 
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]

Reply via email to