[jira] [Created] (CARBONDATA-2318) Remove invalid table name(.ds_store) of presto integration

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

[jira] [Created] (CARBONDATA-2318) Remove invalid table name(.ds_store) of presto integration

Akash R Nilugal (Jira)
Liang Chen created CARBONDATA-2318:
--------------------------------------

             Summary: Remove invalid table name(.ds_store) of presto integration
                 Key: CARBONDATA-2318
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2318
             Project: CarbonData
          Issue Type: Improvement
          Components: presto-integration
            Reporter: Liang Chen


For presto integration , will get the invalid table name via "show tables from default"

As below.

presto:default> show tables from default;
 Table
--------------------
 .ds_store
 carbon_table
 carbontable
 partition_bigtable
 partition_table
(5 rows)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)