toxicteddy00077 commented on code in PR #369:
URL: https://github.com/apache/fluss-rust/pull/369#discussion_r2938987945


##########
crates/examples/src/example_partitioned_kv_table.rs:
##########
@@ -129,7 +130,7 @@ pub async fn main() -> Result<()> {
     Ok(())
 }
 
-async fn create_partition(table_path: &TablePath, admin: &mut FlussAdmin, 
region: &str, zone: i64) {
+async fn create_partition(table_path: &TablePath, admin: &Arc<FlussAdmin>, 
region: &str, zone: i64) {

Review Comment:
   Good catch, refactored



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