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 d515cb7 commit 692315fCopy full SHA for 692315f
matlab/test/arrow/tabular/tTable.m
@@ -666,7 +666,7 @@ function TestIsEqualFalse(testCase)
666
667
function FromRecordBatchesZeroInputsError(testCase)
668
% Verify the arrow.tabular.Table.fromRecordBatches function
669
- % throws an exception if called with zero input arguments.
+ % throws an `arrow:Table:FromRecordBatches:ZeroBatches` exception if called with zero input arguments.
670
import arrow.tabular.Table
671
fcn = @() Table.fromRecordBatches();
672
testCase.verifyError(fcn, "arrow:Table:FromRecordBatches:ZeroBatches");
0 commit comments