chore: bump proto to 917ead6 (#1892)

* feat: add table_id for ddl exprs

* chore: bump proto to 917ead6
This commit is contained in:
Weny Xu
2023-07-06 14:29:36 +09:00
committed by GitHub
parent 66e5ed5483
commit 28748edb0d
11 changed files with 16 additions and 2 deletions

View File

@@ -408,6 +408,7 @@ mod test {
},
],
})),
..Default::default()
})),
});
let output = instance.do_query(query, QueryContext::arc()).await.unwrap();