Github user xubo245 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2352#discussion_r191690080
  
    --- 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 --
    
    There has invoked isTransactionalTable method in line 314, why invoke again?


---

Reply via email to