Indhumathi27 commented on code in PR #4287:
URL: https://github.com/apache/carbondata/pull/4287#discussion_r915472198
##########
integration/spark/src/main/scala/org/apache/spark/sql/execution/command/mutation/CarbonProjectForUpdateCommand.scala:
##########
@@ -190,6 +192,10 @@ private[sql] case class CarbonProjectForUpdateCommand(
updateTableModel,
executionErrors)
+ // clear invalid segments from cache
+ IndexStoreManager.getInstance()
Review Comment:
instead of handling this in command class, better move this to
`DeleteExecution.deletedeltaexecution` and will be used from both update and
delete flow
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]