[
https://issues.apache.org/jira/browse/CARBONDATA-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Liang Chen resolved CARBONDATA-476.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.0.0-incubating
> storeLocation start with file:/// cause table not found exceptioin
> ------------------------------------------------------------------
>
> Key: CARBONDATA-476
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-476> Project: CarbonData
> Issue Type: Bug
> Components: data-load
> Affects Versions: 1.0.0-incubating
> Reporter: WilliamZhu
> Assignee: Ravindra Pesala
> Priority: Minor
> Fix For: 1.0.0-incubating
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> When you set carbondata's storelocation starts with file:///, carbondata will fail to create table meta,and it do not raise any exception
> the code if found is in CarbonMetastore.createTableFromThrift
> ```
> val thriftWriter = new ThriftWriter(schemaFilePath, false)
> thriftWriter.open()
> thriftWriter.write(thriftTableInfo)//if writing failed, it will be quiet.
> thriftWriter.close()
> ```
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)