ColinLeeo commented on code in PR #345:
URL: https://github.com/apache/tsfile/pull/345#discussion_r1922682233
##########
cpp/src/common/tablet.cc:
##########
@@ -82,20 +137,85 @@ int Tablet::add_timestamp(uint32_t row_index, int64_t
timestamp) {
return E_OUT_OF_RANGE;
}
Review Comment:
如果row_index 是 uint32_t的话,就把max_row_num_设置成uint32_t把,现在有些参数是int32的有些是 uint32的。
--
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]