Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Lanham committed Sep 18, 2024
1 parent 0116b3f commit ac87235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/actions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pub struct Add {
/// A map from partition column to value for this logical file. This map can contain null in the
/// values meaning a partition is null. We drop those values from this map, due to the
/// `drop_null_container_values` annotation. This means an engine can assume that if a partition
/// is found in [`Metadata`] `partition_columns`, but not in this map, it's value is null.
/// is found in [`Metadata`] `partition_columns`, but not in this map, its value is null.
#[drop_null_container_values]
pub partition_values: HashMap<String, String>,

Expand Down

0 comments on commit ac87235

Please sign in to comment.