Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
baojinri committed Dec 23, 2024
1 parent 624a3c9 commit 2a9b93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metric_engine/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ mod tests {
check_stream(result_stream, expected_batch).await;

// test with predicate
let expr = col("pk1").eq(lit(11 as u8));
let expr = col("pk1").eq(lit(11_u8));
let result_stream = storage
.scan(ScanRequest {
range: TimeRange::new(Timestamp(0), Timestamp::MAX),
Expand Down

0 comments on commit 2a9b93a

Please sign in to comment.