hongzhi-gao commented on code in PR #648:
URL: https://github.com/apache/tsfile/pull/648#discussion_r2576361417


##########
cpp/src/reader/meta_data_querier.h:
##########
@@ -20,6 +20,8 @@
 #ifndef READER_META_DATA_QUERIER_H
 #define READER_META_DATA_QUERIER_H
 
+#include <mutex>

Review Comment:
   Removed unused var
   ```
       std::unique_ptr<
           common::Cache<std::string, /*Todo std::pair<IDeviceID, std::string>*/
                         std::vector<std::shared_ptr<ChunkMeta>>, std::mutex>>
           device_chunk_meta_cache_;
   ```



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