Skip to content

Commit b83311a

Browse files
Update matlab/src/cpp/arrow/matlab/tabular/proxy/table.cc
Co-authored-by: Kevin Gurney <[email protected]>
1 parent f65252d commit b83311a

File tree

1 file changed

+1
-1
lines changed
  • matlab/src/cpp/arrow/matlab/tabular/proxy

1 file changed

+1
-1
lines changed

matlab/src/cpp/arrow/matlab/tabular/proxy/table.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ libmexclass::proxy::MakeResult from_record_batches(const mda::StructArray& opts)
140140
// This function can only be invoked if there's at least 1 RecordBatch,
141141
// so this should be safe.
142142
auto schema = record_batches[0]->schema();
143-
// We've already validated the schemas are consistent.
143+
// The MATLAB client code should have already validated that the schemas are consistent.
144144
// Just create a vector of columns.
145145
size_t num_columns = schema->num_fields();
146146
std::vector<std::shared_ptr<ChunkedArray>> columns(num_columns);

0 commit comments

Comments
 (0)