HTHou commented on code in PR #109:
URL: https://github.com/apache/tsfile/pull/109#discussion_r1639101296


##########
cpp/src/file/read_file.cc:
##########
@@ -123,4 +130,32 @@ int ReadFile::read(int32_t offset, char *buf, int32_t 
buf_size,
     return ret;
 }
 
-}  // end namespace storage
\ No newline at end of file
+}  // end namespace storage
+
+// https://github.com/aleitner/windows_pread/blob/master/src/pread.c
+// We need to find out which license this is under.

Review Comment:
   ok, so we can also change or remove this comment of L136?



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