You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Liang Chen (JIRA)" <ji...@apache.org> on 2018/04/07 02:24:00 UTC

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

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)