jt2594838 commented on code in PR #192:
URL: https://github.com/apache/tsfile/pull/192#discussion_r1703916007


##########
cpp/src/file/tsfile_io_writer.cc:
##########
@@ -83,19 +83,35 @@ int TsFileIOWriter::start_file() {
     return ret;
 }
 
-int TsFileIOWriter::start_flush_chunk_group(const std::string &device_name) {
+int TsFileIOWriter::start_flush_chunk_group(const std::string &device_name,
+                                            bool is_aligned) {
     int ret = E_OK;
     if (RET_FAIL(write_byte(CHUNK_GROUP_HEADER_MARKER))) {
     } else if (RET_FAIL(write_string(device_name))) {

Review Comment:
   Should be fast-returned?



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