[
https://issues.apache.org/jira/browse/DRILL-8394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Turton closed DRILL-8394.
-------------------------------
Resolution: Fixed
> 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)