luoyuxia commented on code in PR #51:
URL: https://github.com/apache/fluss-rust/pull/51#discussion_r2554059303
##########
crates/fluss/tests/integration/table.rs:
##########
@@ -127,6 +128,54 @@ mod table_test {
.await
.expect("Failed to append batch");
- // todo: add scan code to verify the records appended in #30
+ // Wait a bit for records to be committed
+ tokio::time::sleep(tokio::time::Duration::from_secs(2)).await;
Review Comment:
we don't need to wait since when method `append_arrow_batch` is return,
the reocrds must be committed
--
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]