mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-18 03:58:29 +00:00
chore(comments): fix typo and grammar issues (#6496)
* Initial plan * Fix 5 TODO comments: spelling typos and formatting issues Co-authored-by: waynexia <15380403+waynexia@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: waynexia <15380403+waynexia@users.noreply.github.com>
This commit is contained in:
@@ -497,7 +497,7 @@ impl StreamingEngine {
|
||||
&self,
|
||||
schema: &RelationDesc,
|
||||
) -> Result<(Vec<String>, Vec<ColumnSchema>, bool), Error> {
|
||||
// TODO(discord9): condiser remove buggy auto create by schema
|
||||
// TODO(discord9): consider remove buggy auto create by schema
|
||||
|
||||
// TODO(discord9): use default key from schema
|
||||
let primary_keys = schema
|
||||
|
||||
Reference in New Issue
Block a user