Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2363#discussion_r194324248
--- Diff:
store/sdk/src/test/java/org/apache/carbondata/sdk/file/CarbonReaderTest.java ---
@@ -105,6 +115,243 @@ public void testWriteAndReadFiles() throws
IOException, InterruptedException {
FileUtils.deleteDirectory(new File(path));
}
+ @Test
+ public void testReadWithFilterOfTransactional() throws IOException,
InterruptedException {
--- End diff --
I think we should add test case for Transactional table , ensure the
Transactional table is available too
---