jack86596 opened a new pull request #4234: URL: https://github.com/apache/carbondata/pull/4234
### Why is this PR needed? If storelocation doesn't have scheme, file system is treated as local by default, not the file system defined by fs.defaultFS. ### What changes were proposed in this PR? 1. call fs.makeQualified and get the final storepath with correct scheme. 2. use storepath with scheme to create the folder, keep storepath without scheme in CarbonProperties, because storepath in CarbonProperties will be used to compare with spark.sql.warehouse.dir which doesn't have scheme also. ### Does this PR introduce any user interface change? - No ### Is any new testcase added? - Yes -- 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