Skip to content

Commit

Permalink
chore: move memory catalog to testing feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Apr 28, 2024
1 parent ed8b136 commit 477ae40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/catalog/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ use crate::error::Result;
pub mod error;
pub mod information_schema;
pub mod kvbackend;
#[cfg(any(test, feature = "testing"))]
pub mod memory;
mod metrics;
pub mod table_source;
Expand Down

0 comments on commit 477ae40

Please sign in to comment.