Skip to content

Commit

Permalink
fix: move grpc create table to sql crates (#689)
Browse files Browse the repository at this point in the history
* move grpc create table to sql crates

* fix clippy
  • Loading branch information
jiacai2050 authored Mar 3, 2023
1 parent 1491f71 commit 13bd3f3
Show file tree
Hide file tree
Showing 7 changed files with 383 additions and 399 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions cluster/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use table_engine::ANALYTIC_ENGINE_TYPE;

#[derive(Debug, Clone, Deserialize)]
#[serde(default)]
// TODO: move this to table_engine crates
pub struct SchemaConfig {
pub default_engine_type: String,
pub default_timestamp_column_name: String,
Expand Down
Loading

0 comments on commit 13bd3f3

Please sign in to comment.