pub fn arrow_to_paimon_type( arrow_type: &DataType, nullable: bool, ) -> Result<DataType>
Convert an Arrow DataType to a Paimon DataType.
DataType