Skip to content

Commit 8bf02fc

Browse files
committed
Fix
1 parent 9638128 commit 8bf02fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tiledb/npbuffer.cc

+2
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ if (PyUnicode_Check(u.ptr())) {
211211
output_p += sz;
212212
idx++;
213213
}
214+
215+
data_buf_->resize(data_nbytes_);
214216
}
215217

216218
void convert_object() {

0 commit comments

Comments
 (0)