Skip to content

Commit 64b1a23

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

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
@@ -166,7 +166,7 @@ libmexclass::proxy::MakeResult Table::make(
166166

167167
if (method[0] == u"FromArrays") {
168168
return from_arrays(opts);
169-
} else if (method[0] == u"FromRecordBatches") {
169+
} else if (method[0] == u"from_record_batches") {
170170
return from_record_batches(opts);
171171
} else {
172172
const std::string error_msg = "Unknown method";

0 commit comments

Comments
 (0)