[GitHub] [carbondata] kunal642 commented on a change in pull request #3419: [CARBONDATA-3555] Make move filter related methods under DataMapFilter

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] kunal642 commented on a change in pull request #3419: [CARBONDATA-3555] Make move filter related methods under DataMapFilter

GitBox
kunal642 commented on a change in pull request #3419: [CARBONDATA-3555] Make move filter related methods under DataMapFilter
URL: https://github.com/apache/carbondata/pull/3419#discussion_r346773554
 
 

 ##########
 File path: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonAddLoadCommand.scala
 ##########
 @@ -180,11 +181,12 @@ case class CarbonAddLoadCommand(
 
     operationContext.setProperty(carbonTable.getTableUniqueName + "_Segment",
       model.getSegmentId)
-    val loadTablePreStatusUpdateEvent: LoadTablePreStatusUpdateEvent =
-      new LoadTablePreStatusUpdateEvent(
-        carbonTable.getCarbonTableIdentifier,
-        model)
-    OperationListenerBus.getInstance().fireEvent(loadTablePreStatusUpdateEvent, operationContext)
+    //    val loadTablePreStatusUpdateEvent: LoadTablePreStatusUpdateEvent =
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services