ColinLeeo commented on code in PR #739:
URL: https://github.com/apache/tsfile/pull/739#discussion_r2958753924
##########
cpp/src/common/tablet.h:
##########
@@ -181,6 +181,14 @@ class Tablet {
*/
int add_timestamp(uint32_t row_index, int64_t timestamp);
+ int set_timestamps(const int64_t* timestamps, uint32_t count);
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]