From 83da3950dab41bf4a562992c7daace7e9eddede9 Mon Sep 17 00:00:00 2001 From: evenyag Date: Tue, 5 Nov 2024 15:33:42 +0800 Subject: [PATCH] chore: debug --- src/mito2/src/read.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mito2/src/read.rs b/src/mito2/src/read.rs index 19b2880a92..9ada0cafd5 100644 --- a/src/mito2/src/read.rs +++ b/src/mito2/src/read.rs @@ -535,7 +535,7 @@ impl Batch { } /// Returns Ok if the given batch is behind the current batch. - #[cfg(debug_assertions)] + // #[cfg(debug_assertions)] pub(crate) fn check_next_batch(&self, other: &Batch) -> Result<(), String> { // Checks the primary key if self.primary_key() < other.primary_key() {