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