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

    https://github.com/apache/carbondata/pull/2406#discussion_r200245816
  
    --- Diff: 
integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonFileMetastore.scala
 ---
    @@ -386,7 +386,8 @@ class CarbonFileMetastore extends CarbonMetaStore {
         val schemaMetadataPath = 
CarbonTablePath.getFolderContainingFile(schemaFilePath)
         val fileType = FileFactory.getFileType(schemaMetadataPath)
         if (!FileFactory.isFileExist(schemaMetadataPath, fileType)) {
    -      val isDirCreated = FileFactory.mkdirs(schemaMetadataPath, fileType)
    +      val isDirCreated = FileFactory
    --- End diff --
    
    move this to S3 support PR


---

Reply via email to