mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-27 02:10:38 +00:00
feat: modify proto for distribute insert (#327)
This commit is contained in:
@@ -162,6 +162,7 @@ async fn insert_and_assert(db: &Database) {
|
||||
let expr = InsertExpr {
|
||||
table_name: "demo".to_string(),
|
||||
expr: Some(insert_expr::Expr::Values(insert_expr::Values { values })),
|
||||
options: HashMap::default(),
|
||||
};
|
||||
let result = db.insert(expr).await;
|
||||
assert!(result.is_ok());
|
||||
|
||||
Reference in New Issue
Block a user