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

    https://github.com/apache/carbondata/pull/2352#discussion_r191691253
  
    --- 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 is a conflict resolve problem. Will be removed in the next commit.  
Finally it should be false for this testcase


---

Reply via email to