Posted by
GitBox on
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-marchpure-opened-a-new-pull-request-3999-WIP-Segment-listfile-issue-tp102805p103009.html
ajantha-bhat commented on a change in pull request #3999:
URL:
https://github.com/apache/carbondata/pull/3999#discussion_r514266931##########
File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/mutation/CarbonProjectForUpdateCommand.scala
##########
@@ -340,7 +340,8 @@ private[sql] case class CarbonProjectForUpdateCommand(
case _ => sys.error("")
}
- val updateTableModel = UpdateTableModel(true, currentTime, executorErrors, deletedSegments)
+ val updateTableModel = UpdateTableModel(true, currentTime, executorErrors, deletedSegments,
+ !carbonRelation.carbonTable.isHivePartitionTable)
Review comment:
@marchpure : Also please reply to my other comments or questions if it is handled.
----------------------------------------------------------------
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]