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