mod rust schemaless sample code
This commit is contained in:
parent
597375fb80
commit
4d3d36ae2c
|
@ -82,6 +82,6 @@ async fn main() -> anyhow::Result<()> {
|
|||
.build()?;
|
||||
assert_eq!(client.put(&sml_data).await?, ());
|
||||
|
||||
println!("execute schemaless insert successfully");
|
||||
println!("Inserted data with schemaless successfully.");
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
@ -73,6 +73,6 @@ async fn main() -> anyhow::Result<()> {
|
|||
.build()?;
|
||||
assert_eq!(client.put(&sml_data).await?, ());
|
||||
|
||||
println!("execute schemaless insert successfully");
|
||||
println!("Inserted data with schemaless successfully.");
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue