luoyuxia commented on code in PR #143:
URL: https://github.com/apache/fluss-rust/pull/143#discussion_r2679425310


##########
crates/fluss/src/client/table/scanner.rs:
##########
@@ -787,7 +994,10 @@ impl LogFetcher {
                                     // todo: do we need to consider it like 
java ?
                                     // self.log_fetch_buffer.poll();
                                 }
-                                return Err(e);
+                                if result.is_empty() {

Review Comment:
   why change this. In java side, it seems the exception always be thrown



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