Is the Map type currently not supported?
I created a field of Map type, but received an error message:
Field::new_map(
"string_tags",
"entries",
Field::new("key", DataType::Utf8, true),
Field::new("value", DataType::Utf8, true),
false,
true,
)
error:
Unsupported data type: Map
lance-core-0.25.0
Is the Map type currently not supported?
I created a field of Map type, but received an error message:
error:
lance-core-0.25.0