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 de9a4a0 commit 64b1a23Copy full SHA for 64b1a23
matlab/src/cpp/arrow/matlab/tabular/proxy/table.cc
@@ -166,7 +166,7 @@ libmexclass::proxy::MakeResult Table::make(
166
167
if (method[0] == u"FromArrays") {
168
return from_arrays(opts);
169
- } else if (method[0] == u"FromRecordBatches") {
+ } else if (method[0] == u"from_record_batches") {
170
return from_record_batches(opts);
171
} else {
172
const std::string error_msg = "Unknown method";
0 commit comments