File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
matlab/src/matlab/+arrow/+tabular Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ function displayScalarObject(obj)
162
162
inconsistentSchemaIndex = inconsistentSchemaIndex + 1 ;
163
163
expectedSchema = arrow .tabular .internal .display .getSchemaString(firstSchema );
164
164
inconsistentSchema = arrow .tabular .internal .display .getSchemaString(batches{inconsistentSchemaIndex }.Schema);
165
- msg = " All RecordBatches must have a the same Schema.\n\nSchema of RecordBatch %d is\n\n\t%s\n\nExpected RecordBatch Schema to be\n\n\t%s" ;
165
+ msg = " All RecordBatches must have the same Schema.\n\nSchema of RecordBatch %d is\n\n\t%s\n\nExpected RecordBatch Schema to be\n\n\t%s" ;
166
166
msg = compose(msg , inconsistentSchemaIndex , inconsistentSchema , expectedSchema );
167
167
error(" arrow:Table:FromRecordBatches:InconsistentSchema" , msg );
168
168
end
You can’t perform that action at this time.
0 commit comments