Skip to content

Commit

Permalink
fix utf8 message
Browse files Browse the repository at this point in the history
  • Loading branch information
densumesh committed Aug 20, 2024
1 parent c6817cf commit a9c2721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/operators/dataset_operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ pub struct WordDatasetCount {
#[serde(with = "clickhouse::serde::uuid")]
pub id: uuid::Uuid,
pub word: String,
pub count: i64,
pub count: i32,
}

#[tracing::instrument(skip(clickhouse_client))]
Expand Down

0 comments on commit a9c2721

Please sign in to comment.