Skip to content

Commit

Permalink
Update how fields are rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Sep 9, 2024
1 parent 60cc936 commit 38bb4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daft-schema/src/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use serde::{Deserialize, Serialize};
pub type Metadata = std::collections::BTreeMap<String, String>;

#[derive(Clone, Display, Debug, Eq, Deserialize, Serialize)]
#[display("{name}: {dtype}")]
#[display("{name}#{dtype}")]
pub struct Field {
pub name: String,
pub dtype: DataType,
Expand Down

0 comments on commit 38bb4f1

Please sign in to comment.