Matt Keranen created DRILL-8440:
-----------------------------------
Summary: ANALYZE is not supported for group scan with format Delta
Key: DRILL-8440
URL: https://issues.apache.org/jira/browse/DRILL-8440
Project: Apache Drill
Issue Type: Bug
Components: Storage - Other
Affects Versions: 1.21.1
Environment: Ubuntu 22.04.2 LTS
openjdk version "17.0.7" 2023-04-18
Reporter: Matt Keranen
*Describe the bug*
Attempting to store table metadata in the Iceberg metastore, Delta tables which
are queryable with SQL throw error when attempting ANALYZE TABLE
*To Reproduce*
{{apache drill (delta.root)> ANALYZE TABLE "path/to/table" REFRESH METADATA
'TABLE' LEVEL;}}
*Error detail, log output or screenshots*
{{Error: VALIDATION ERROR: ANALYZE is not supported for group scan
[DeltaGroupScan [path="/path/to/table", entries=[ReadEntryWithPath
[path=/path/to/table/partition/file.snappy.parquet], ...}}
*Drill version*
Apache Drill 1.21.1
*Additional context*
On same Drillbit, ANALYZE is successful on plain Parquet tables.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)