Skip to content

Commit

Permalink
revert back to default MergeTree
Browse files Browse the repository at this point in the history
  • Loading branch information
duonganhthu43 committed Apr 5, 2024
1 parent 3ac958d commit 5b46ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dozer-sink-clickhouse/src/ddl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use dozer_types::types::FieldDefinition;

use crate::schema::map_field_to_type;

const DEFAULT_TABLE_ENGINE: &str = "CollapsingMergeTree";
const DEFAULT_TABLE_ENGINE: &str = "MergeTree()";

pub fn get_create_table_query(
table_name: &str,
Expand Down

0 comments on commit 5b46ee2

Please sign in to comment.