Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/386#discussion_r90751764
  
    --- Diff: 
integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonMetastore.scala
 ---
    @@ -125,6 +125,16 @@ class CarbonMetastore(conf: RuntimeConfig, val 
storePath: String) extends Loggin
         tableCreationTime
       }
     
    +  def cleanStore(): Unit = {
    +    try {
    +      val fileType = FileFactory.getFileType(storePath)
    +      FileFactory.deleteFile(storePath, fileType)
    +    } catch {
    +      case e => logError("clean store failed", e)
    --- End diff --
    
    use LOGGER and remove extension from Logging


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to