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 f65252d commit b83311aCopy full SHA for b83311a
matlab/src/cpp/arrow/matlab/tabular/proxy/table.cc
@@ -140,7 +140,7 @@ libmexclass::proxy::MakeResult from_record_batches(const mda::StructArray& opts)
140
// This function can only be invoked if there's at least 1 RecordBatch,
141
// so this should be safe.
142
auto schema = record_batches[0]->schema();
143
- // We've already validated the schemas are consistent.
+ // The MATLAB client code should have already validated that the schemas are consistent.
144
// Just create a vector of columns.
145
size_t num_columns = schema->num_fields();
146
std::vector<std::shared_ptr<ChunkedArray>> columns(num_columns);
0 commit comments