Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2352#discussion_r191695689
--- Diff:
store/sdk/src/test/java/org/apache/carbondata/sdk/file/CarbonReaderTest.java ---
@@ -305,7 +309,7 @@ public void testWriteAndReadFilesNonTransactional()
throws IOException, Interrup
// Write to a Non Transactional Table
TestUtil.writeFilesAndVerify(new Schema(fields), path, true, false);
- CarbonReader reader = CarbonReader.builder(path, "_temp")
+ CarbonReader reader = CarbonReader.builder(path,
"_temp").isTransactionalTable(true)
--- End diff --
ok, It's fine.
---