Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Mar 26, 2024
1 parent e0fdaf5 commit b3b0531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-core/src/series/any_value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ fn any_values_to_struct(
fields: &[Field],
strict: bool,
) -> PolarsResult<Series> {
// Fast path for empty structs.
// Fast path for structs with no fields.
if fields.is_empty() {
return Ok(StructChunked::full_null("", values.len()).into_series());
}
Expand Down

0 comments on commit b3b0531

Please sign in to comment.