akashrn5 commented on a change in pull request #3629: [CARBONDATA-3716] Fixed
spark 2.4 UT failures
URL: https://github.com/apache/carbondata/pull/3629#discussion_r383133085
##########
File path:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/RefreshCarbonTableCommand.scala
##########
@@ -166,6 +178,11 @@ case class RefreshCarbonTableCommand(
case e: Exception =>
throw e
}
Review comment:
please do it in finally block, else in case of any exception, it will be set
as true itself
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services