Explicitly write types

This commit is contained in:
boraarslan
2022-06-02 17:49:26 +03:00
parent e6eadf1a2f
commit 9a13d8709b

View File

@@ -76,7 +76,7 @@ impl FastFieldsWriter {
bytes_value_writers.push(fast_field_writer);
}
}
_ => {}
FieldType::Str(_) | FieldType::JsonObject(_) => {},
}
}
FastFieldsWriter {