We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc8969 commit a3d18aaCopy full SHA for a3d18aa
1 file changed
src/storage/zarr/common.rs
@@ -269,7 +269,7 @@ pub fn create_arrays<TStorage: ?Sized>(
269
ItemType::U64 => data_type::uint64(),
270
ItemType::I64 => data_type::int64(),
271
ItemType::Bool => data_type::bool(),
272
- ItemType::String => data_type::optional(data_type::string()),
+ ItemType::String => data_type::string(),
273
ItemType::DateTime64(unit) => {
274
let unit = match unit {
275
nuts_storable::DateTimeUnit::Seconds => NumpyTimeUnit::Second,
0 commit comments