You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/02/01 04:47:00 UTC

[jira] [Commented] (DRILL-8394) ANALYZE TABLE ... COMPUTE STATISTICS fails with a trailing slash

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

ASF GitHub Bot commented on DRILL-8394:
---------------------------------------

jnturton merged PR #2745:
URL: https://github.com/apache/drill/pull/2745




> ANALYZE TABLE ... COMPUTE STATISTICS fails with a trailing slash
> ----------------------------------------------------------------
>
>                 Key: DRILL-8394
>                 URL: https://issues.apache.org/jira/browse/DRILL-8394
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Metadata
>    Affects Versions: 1.20.3
>            Reporter: James Turton
>            Assignee: James Turton
>            Priority: Trivial
>             Fix For: 1.21.0
>
>
> Given a directory cstest containing a single parquet file both of the following commands should succeed.
> {code:java}
> apache drill> analyze table dfs.tmp.`cstest` compute statistics;
> Fragment                   0_0
> Number of records written  41 row selected (1.754 seconds)
> apache drill> analyze table dfs.tmp.`cstest/` compute statistics;
> ok       false
> summary  Table cstest/ is not supported by ANALYZE. Support is currently limited to directory-based Parquet tables. {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)