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

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

    [ https://issues.apache.org/jira/browse/CARBONDATA-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16436808#comment-16436808 ] 

anubhav tarar commented on CARBONDATA-2318:
-------------------------------------------

@Liang ChenĀ 

can you provide more steps to replicate the issue
i tried on latest master but can't reproduce here are logs

*./presto-cli-0.187-executable.jar --server localhost:9000 --catalog carbondata*
*presto> show tables from default;*
*Table*
*---------------------*
*carbonsession_table*
*(1 row)*

*Query 20180412_152617_00000_y3hrj, FINISHED, 1 node*
*Splits: 18 total, 18 done (100.00%)*
*0:02 [1 rows, 36B] [0 rows/s, 23B/s]*

> 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
>            Priority: Minor
>
> 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)