Skip to content

Commit de9a4a0

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

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
@@ -141,7 +141,7 @@ libmexclass::proxy::MakeResult from_record_batches(const mda::StructArray& opts)
141141
// so this should be safe.
142142
auto schema = record_batches[0]->schema();
143143
// The MATLAB client code should have already validated that the schemas are consistent.
144-
// Just create a vector of columns.
144+
// Create a vector of columns.
145145
size_t num_columns = schema->num_fields();
146146
std::vector<std::shared_ptr<ChunkedArray>> columns(num_columns);
147147

0 commit comments

Comments
 (0)