diff --git a/src/catalog/src/information_schema.rs b/src/catalog/src/information_schema.rs index e646eb3d1bac..84be9576f610 100644 --- a/src/catalog/src/information_schema.rs +++ b/src/catalog/src/information_schema.rs @@ -15,7 +15,7 @@ mod columns; mod key_column_usage; mod memory_table; -pub(crate) mod predicate; +mod predicate; mod schemata; mod table_names; mod tables;