761417898 commented on code in PR #345:
URL: https://github.com/apache/tsfile/pull/345#discussion_r1899070081


##########
cpp/src/common/tablet.h:
##########
@@ -85,17 +88,49 @@ class Tablet {
                            return MeasurementSchema(name, type);
                        });
     }
+
+    Tablet(const std::string &insert_target_name,
+           const std::vector<std::string> &column_names,
+           const std::vector<common::TSDataType> &data_types,
+           const std::vector<ColumnCategory> &column_categories,
+           int max_rows = DEFAULT_MAX_ROWS, bool has_column_categories = true)

Review Comment:
   fixed



-- 
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]

Reply via email to