ColinLeeo commented on code in PR #388:
URL: https://github.com/apache/tsfile/pull/388#discussion_r1975523789
##########
cpp/src/cwrapper/tsfile_cwrapper.cc:
##########
@@ -29,17 +29,31 @@
static bool is_init = false;
Tablet tablet_new_with_device(const char *device_id, char **column_name_list,
- TSDataType *data_types, int column_num,
- int max_rows) {
+ TSDataType *data_types, ColumnCategory *category,
+ int column_num, int max_rows) {
std::vector<std::string> measurement_list;
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]