in crates/paimon/src/spec/types.rs [597:603]
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { write!(f, "DOUBLE")?; if !self.nullable { write!(f, " NOT NULL")?; } Ok(()) }