Github user ajantha-bhat commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2352#discussion_r191690950
  
    --- 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 --
    
    This came by conflict resolve. This will be removed in the next commit. No 
harm.


---

Reply via email to