Skip to content

Commit

Permalink
Update matlab/src/matlab/+arrow/+io/+ipc/RecordBatchWriter.m
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Gurney <[email protected]>
  • Loading branch information
sgilmore10 and kevingurney authored Dec 4, 2024
1 parent bfed788 commit 86092fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/src/matlab/+arrow/+io/+ipc/RecordBatchWriter.m
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function write(obj, tabularObj)
elseif isa(tabularObj, "arrow.tabular.Table")
obj.writeTable(tabularObj);
else
id = "arrow:matlab:ipc:write:InvalidType";
id = "arrow:matlab:io:ipc:write:InvalidType";
msg = "tabularObj input argument must be an instance of " + ...
"either arrow.tabular.RecordBatch or arrow.tabular.Table.";
error(id, msg);
Expand Down

0 comments on commit 86092fc

Please sign in to comment.