We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6137a05 commit 2b82bbcCopy full SHA for 2b82bbc
matlab/src/cpp/arrow/matlab/tabular/proxy/table.cc
@@ -164,7 +164,7 @@ libmexclass::proxy::MakeResult Table::make(
164
mda::StructArray opts = constructor_arguments[0];
165
const mda::StringArray method = opts[0]["Method"];
166
167
- if (method[0] == u"FromArrays") {
+ if (method[0] == u"from_arrays") {
168
return from_arrays(opts);
169
} else if (method[0] == u"from_record_batches") {
170
return from_record_batches(opts);
0 commit comments