Skip to content

Commit 8bbe970

Browse files
nitishtde-sh
andauthored
Update src/event/format/mod.rs
Co-authored-by: Devdutt Shenoi <[email protected]> Signed-off-by: Nitish Tiwari <[email protected]>
1 parent 5e4f89f commit 8bbe970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event/format/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pub fn override_num_fields_from_schema(schema: Vec<Arc<Field>>) -> Vec<Arc<Field
209209
schema
210210
.iter()
211211
.map(|field| {
212-
if field.data_type().is_numeric() && field.data_type() != &DataType::Float64 {
212+
if field.data_type().is_numeric() {
213213
Arc::new(Field::new(
214214
field.name(),
215215
DataType::Float64,

0 commit comments

Comments
 (0)