Skip to content

Commit e788ae2

Browse files
Treat WKB and WKT dimensions as strings
1 parent 1e4d07e commit e788ae2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libtiledbsoma/src/utils/arrow_adapter.cc

+2
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,8 @@ Dimension ArrowAdapter::_create_dim(
615615
std::shared_ptr<Context> ctx) {
616616
switch (type) {
617617
case TILEDB_STRING_ASCII:
618+
case TILEDB_GEOM_WKB:
619+
case TILEDB_GEOM_WKT:
618620
return Dimension::create(*ctx, name, type, nullptr, nullptr);
619621
case TILEDB_TIME_SEC:
620622
case TILEDB_TIME_MS:

0 commit comments

Comments
 (0)