fresh-borzoni commented on code in PR #271:
URL: https://github.com/apache/fluss-rust/pull/271#discussion_r2777486021
##########
crates/examples/src/example_table.rs:
##########
@@ -64,12 +64,12 @@ pub async fn main() -> Result<()> {
let table = conn.get_table(&table_path).await?;
let append_writer = table.new_append()?.create_writer()?;
// Fire-and-forget: queue writes then flush
- append_writer.append(&row).await?;
+ append_writer.append(&row)?;
let mut row = GenericRow::new(3);
Review Comment:
no warnings 👎
--
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]