Skip to content

Commit

Permalink
Treat WKB and WKT dimensions as strings
Browse files Browse the repository at this point in the history
  • Loading branch information
XanthosXanthopoulos committed Oct 18, 2024
1 parent 1e4d07e commit e788ae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libtiledbsoma/src/utils/arrow_adapter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,8 @@ Dimension ArrowAdapter::_create_dim(
std::shared_ptr<Context> ctx) {
switch (type) {
case TILEDB_STRING_ASCII:
case TILEDB_GEOM_WKB:
case TILEDB_GEOM_WKT:
return Dimension::create(*ctx, name, type, nullptr, nullptr);
case TILEDB_TIME_SEC:
case TILEDB_TIME_MS:
Expand Down

0 comments on commit e788ae2

Please sign in to comment.