Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aersam committed Nov 13, 2023
1 parent 6aa512e commit d30a3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/deltalake-core/src/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d30a3b5

Please sign in to comment.