diff --git a/crates/deltalake-core/src/protocol/mod.rs b/crates/deltalake-core/src/protocol/mod.rs index 2a01c50e5d..d34d20b9cc 100644 --- a/crates/deltalake-core/src/protocol/mod.rs +++ b/crates/deltalake-core/src/protocol/mod.rs @@ -1084,7 +1084,7 @@ mod tests { #[tokio::test] async fn test_with_column_mapping() { - // test table with stats + // test table with column mapping and partitions let path = "./tests/data/table_with_column_mapping"; let table = crate::open_table(path).await.unwrap(); let actions = table.get_state().add_actions_table(true).unwrap();