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 b83311a commit de9a4a0Copy full SHA for de9a4a0
matlab/src/cpp/arrow/matlab/tabular/proxy/table.cc
@@ -141,7 +141,7 @@ libmexclass::proxy::MakeResult from_record_batches(const mda::StructArray& opts)
141
// so this should be safe.
142
auto schema = record_batches[0]->schema();
143
// The MATLAB client code should have already validated that the schemas are consistent.
144
- // Just create a vector of columns.
+ // Create a vector of columns.
145
size_t num_columns = schema->num_fields();
146
std::vector<std::shared_ptr<ChunkedArray>> columns(num_columns);
147
0 commit comments