luoyuxia commented on PR #102:
URL: https://github.com/apache/fluss-rust/pull/102#issuecomment-3684295599

   > > I think we should add 
https://github.com/apache/fluss/blob/main/fluss-client/src/main/java/org/apache/fluss/client/table/scanner/log/LogFetcher.java#L173
   > > to update metadata if leader is not found. Othwise, we'll never be able 
to fetch the bucket if the the leader is not found at first. Retry should get 
the leader and make it's possible to fetch the bucket
   > 
   > @luoyuxia Thanks for pointing me to this. Just one question, I notice that 
we currently do not track partitions on cluster as per [java 
implementation](https://github.com/apache/fluss/blob/de2d9a042637386f9c8f59bddbff8a1a66853ca0/fluss-common/src/main/java/org/apache/fluss/cluster/Cluster.java#L53-L54).
 Is this intentional or a gap that needs to be addressed?
   
   Yes, it's a gap that needs to be addressed. In #99 we will return error to 
tell it's not supported now. I think we can just consider non-partitioned table 
now. 


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