jerqi commented on code in PR #7734:
URL: https://github.com/apache/gravitino/pull/7734#discussion_r2273142693


##########
core/src/main/java/org/apache/gravitino/storage/relational/service/StatisticMetaService.java:
##########
@@ -59,13 +59,12 @@ public List<StatisticEntity> listStatisticsByEntity(
   }
 
   public void batchInsertStatisticPOsOnDuplicateKeyUpdate(
-      List<StatisticEntity> statisticEntities,
-      String metalake,
-      NameIdentifier entity,
-      Entity.EntityType type) {

Review Comment:
   Remove the metalake parameter. It's metadata object style parameters.



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