[jira] [Assigned] (CARBONDATA-476) storeLocation start with file:/// cause table not found exceptioin

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Assigned] (CARBONDATA-476) storeLocation start with file:/// cause table not found exceptioin

Akash R Nilugal (Jira)

     [ https://issues.apache.org/jira/browse/CARBONDATA-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravindra Pesala reassigned CARBONDATA-476:
------------------------------------------

    Assignee: Ravindra Pesala

> 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
>
> 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)