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

    https://github.com/apache/carbondata/pull/2829#discussion_r228124017
  
    --- Diff: 
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/createTable/TestNonTransactionalCarbonTable.scala
 ---
    @@ -139,13 +139,13 @@ class TestNonTransactionalCarbonTable extends 
QueryTest with BeforeAndAfterAll {
                 .sortBy(sortColumns.toArray)
                 .uniqueIdentifier(
                   
System.currentTimeMillis).withBlockSize(2).withLoadOptions(options)
    -            .withCsvInput(Schema.parseJson(schema)).build()
    +            
.withCsvInput(Schema.parseJson(schema)).writtenBy("SDK").build()
    --- End diff --
    
    changed


---

Reply via email to