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 4533226 commit dd9e11eCopy full SHA for dd9e11e
matlab/test/arrow/tabular/tTable.m
@@ -702,7 +702,7 @@ function FromRecordBatchesMultipleInputs(testCase)
702
703
function FromRecordBatchesInconsistentSchemaError(testCase)
704
% Verify the arrow.tabular.Table.fromRecordBatches function
705
- % throws an exception if the Schemas of the provided
+ % throws an `arrow:Table:FromRecordBatches:InconsistentSchem` exception if the Schemas of the provided
706
% RecordBatches are not consistent.
707
import arrow.tabular.Table
708
matlabTable1 = table("A", 1);
0 commit comments