Skip to content

Commit 2b82bbc

Browse files
Update matlab/src/cpp/arrow/matlab/tabular/proxy/table.cc
Co-authored-by: Kevin Gurney <[email protected]>
1 parent 6137a05 commit 2b82bbc

File tree

1 file changed

+1
-1
lines changed
  • matlab/src/cpp/arrow/matlab/tabular/proxy

1 file changed

+1
-1
lines changed

matlab/src/cpp/arrow/matlab/tabular/proxy/table.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ libmexclass::proxy::MakeResult Table::make(
164164
mda::StructArray opts = constructor_arguments[0];
165165
const mda::StringArray method = opts[0]["Method"];
166166

167-
if (method[0] == u"FromArrays") {
167+
if (method[0] == u"from_arrays") {
168168
return from_arrays(opts);
169169
} else if (method[0] == u"from_record_batches") {
170170
return from_record_batches(opts);

0 commit comments

Comments
 (0)