You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by jackylk <gi...@git.apache.org> on 2017/09/24 14:38:21 UTC

[GitHub] carbondata pull request #1377: [CARBONDATA-1504] Fixed refresh of segments i...

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

    https://github.com/apache/carbondata/pull/1377#discussion_r140658131
  
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/datamap/DataMapWriterSuite.scala ---
    @@ -41,9 +41,9 @@ class C2DataMapFactory() extends DataMapFactory {
     
       override def fireEvent(event: ChangeEvent[_]): Unit = ???
     
    -  override def clear(segmentId: String): Unit = ???
    +  override def clear(segmentId: String): Unit = {}
    --- End diff --
    
    why change this?


---