samperson1997 opened a new pull request #3391:
URL: https://github.com/apache/iotdb/pull/3391
When querying non-exist device, getMetadataAndEndOffset() may give a wrong
result.
For example, this method may present results.
```
Iterator<Map<String, List<ChunkMetadata>>> iterator =
fileReader.getMeasurementChunkMetadataListMapIterator("dd");
Assert.assertFalse(iterator.hasNext());
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]