Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2318#discussion_r190102945
--- Diff:
store/sdk/src/test/java/org/apache/carbondata/sdk/file/CarbonReaderTest.java ---
@@ -77,6 +85,24 @@ public void testWriteAndReadFiles() throws IOException,
InterruptedException {
Assert.assertEquals(i, 100);
reader.close();
+
--- End diff --
Ok, I will add. What's more, search mode has used CarbonRecordReader, there
are some test case to concurrent run in
org.apache.carbondata.examples.SearchModeExample.
---