pratyakshsharma commented on a change in pull request #4227: URL: https://github.com/apache/carbondata/pull/4227#discussion_r733695900
########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/mutation/merge/CarbonMergeDataSetCommand.scala ########## @@ -98,8 +99,35 @@ case class CarbonMergeDataSetCommand( throw new UnsupportedOperationException( "Carbon table supposed to be present in merge dataset") } + + val properties = CarbonProperties.getInstance() Review comment: actually the if condition is using the variables generated from reading the properties instance, so this is not possible :) -- 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: dev-unsubscr...@carbondata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org