pratyakshsharma commented on a change in pull request #4227: URL: https://github.com/apache/carbondata/pull/4227#discussion_r731959885
########## 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: you mean I should have a single if check and club all the new code in it, right? -- 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