GGraziadei opened a new issue, #17577: URL: https://github.com/apache/iceberg/issues/17577
Follow-up from https://github.com/apache/iceberg/pull/14984#discussion_r3724915296 (see also the `ResolveViews` thread in that PR). Commands that reach `UnresolvedTableOrView` but are not handled by `RewriteViewCommands` — `SHOW COLUMNS`, `ANALYZE TABLE`, and similar — have no case in `ExtendedDataSourceV2Strategy`, so planning falls through to `case _ => Nil` rather than reporting a useful error. This reflects existing Spark-side V2 view limitations rather than a regression in the Spark 4.2 work, and was deliberately left out of scope there. Worth tracking separately: - Decide, per command, whether Iceberg should add V2 strategy support or surface a clear unsupported-operation error. - Add coverage in `TestViews`, which currently exercises neither command. cc @manuzhang -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
