You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Arina Ielchiieva (JIRA)" <ji...@apache.org> on 2017/07/03 14:00:01 UTC

[jira] [Commented] (DRILL-3837) Metadata Caching : refresh metadata command on an empty dir should throw proper error message

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

Arina Ielchiieva commented on DRILL-3837:
-----------------------------------------

Fixed.
{noformat}
0: jdbc:drill:drillbit=localhost> refresh table metadata dfs.`/tmp/aaa`;
+--------+---------------------------------------+
|   ok   |                summary                |
+--------+---------------------------------------+
| false  | Table /tmp/aaa does not exist.  |
+--------+---------------------------------------+
{noformat}

> Metadata Caching : refresh metadata command on an empty dir should throw proper error message
> ---------------------------------------------------------------------------------------------
>
>                 Key: DRILL-3837
>                 URL: https://issues.apache.org/jira/browse/DRILL-3837
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Metadata
>            Reporter: Rahul Challapalli
>            Priority: Minor
>
> git.commit.id.abbrev=3c89b30
> The 'mc' folder is empty without any files. The below error message should be improved
> {code}
> refresh table metadata dfs.`/drill/mc`;
> +--------+---------------------------+
> |   ok   |          summary          |
> +--------+---------------------------+
> | false  | Error: Index: 0, Size: 0  |
> +--------+---------------------------+
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)