Description
Given a directory cstest containing a single parquet file both of the following commands should succeed.
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.