Skip to content

Commit

Permalink
fix: revert the ceresdbproto upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiKaiWi committed Aug 21, 2023
1 parent 149f5ec commit f419649
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 29 deletions.
42 changes: 15 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ bytes = "1.1.0"
bytes_ext = { path = "components/bytes_ext" }
catalog = { path = "catalog" }
catalog_impls = { path = "catalog_impls" }
ceresdbproto = { git = "https://github.com/ShiKaiWi/ceresdbproto.git", rev = "776dc2ee44bcc8217742268fef78a31a215235da" }
ceresdbproto = "1.0.10"
codec = { path = "components/codec" }
chrono = "0.4"
clap = "3.0"
Expand Down
1 change: 0 additions & 1 deletion analytic_engine/src/instance/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ impl<'a> Writer<'a> {
// mismatch during replaying
schema: Some(schema_pb::TableSchema::from(&self.table_data.schema())),
rows: encoded_rows,
cols: vec![],
};

// Encode payload
Expand Down

0 comments on commit f419649

Please sign in to comment.