Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xinlifoobar committed Aug 5, 2024
1 parent 86ea290 commit 379ab5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/dataframe/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ impl DataFrame {
{
let column =
batchs[0].column_by_name(field.name()).unwrap();

if column.data_type().is_null() {
Arc::new(StringArray::from(vec!["null"]))
} else if field.data_type().is_numeric() {
Expand Down

0 comments on commit 379ab5f

Please sign in to comment.