[
https://issues.apache.org/jira/browse/DRILL-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16072475#comment-16072475
]
Arina Ielchiieva edited comment on DRILL-3837 at 7/3/17 2:01 PM:
-----------------------------------------------------------------
Already fixed. Checked on 1.11.0-SNAPSHOT.
{noformat}
0: jdbc:drill:drillbit=localhost> select * from sys.version;
+------------------+-------------------------------------------+----------------------------------------------------------------------------+----------------------------+--------------+----------------------------+
| version | commit_id |
commit_message |
commit_time | build_email | build_time |
+------------------+-------------------------------------------+----------------------------------------------------------------------------+----------------------------+--------------+----------------------------+
| 1.11.0-SNAPSHOT | 6446e56f292a5905d646462c618c056839ad5198 | DRILL-5538:
Create TopProject with validatedNodeType after PHYSICAL phase | 27.06.2017 @
10:03:56 UTC | Unknown | 30.06.2017 @ 12:49:51 UTC |
+------------------+-------------------------------------------+----------------------------------------------------------------------------+----------------------------+--------------+----------------------------+
{noformat}
{noformat}
0: jdbc:drill:drillbit=localhost> refresh table metadata dfs.`/tmp/aaa`;
+--------+---------------------------------------+
| ok | summary |
+--------+---------------------------------------+
| false | Table /tmp/aaa does not exist. |
+--------+---------------------------------------+
{noformat}
was (Author: arina):
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)