shuwenwei commented on code in PR #307:
URL: https://github.com/apache/tsfile/pull/307#discussion_r1855891332
##########
java/tsfile/src/main/java/org/apache/tsfile/file/metadata/TableSchema.java:
##########
@@ -42,7 +43,7 @@ public class TableSchema {
// the tableName is not serialized since the TableSchema is always stored in
a Map, from whose
// key the tableName can be known
protected String tableName;
- protected List<IMeasurementSchema> columnSchemas;
+ protected List<IMeasurementSchema> measurementSchemas;
protected List<ColumnCategory> columnCategories;
Review Comment:
The current interface definition of the ColumnSchema type has a different
meaning from MeasurementSchema, and this name may no longer be appropriate.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]