xx789633 commented on code in PR #2573:
URL: https://github.com/apache/fluss/pull/2573#discussion_r2767772208


##########
fluss-client/src/main/java/org/apache/fluss/client/lookup/LookupType.java:
##########
@@ -23,5 +23,6 @@
 @Internal
 public enum LookupType {
     LOOKUP,
+    LOOKUP_WITH_INSERT_IF_NOT_EXISTS,

Review Comment:
   We need to group the different lookups in the lookupQueue into different 
batches in 
https://github.com/apache/fluss/blob/main/fluss-client/src/main/java/org/apache/fluss/client/lookup/LookupSender.java#L152
 so I introduced this new type



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