Re: [I] REST Catalog does not validate "to" identifier on rename table [iceberg]

2025-02-02 Thread via GitHub
huan233usc commented on issue #11154: URL: https://github.com/apache/iceberg/issues/11154#issuecomment-2629305631 One option to fix the issue might be retry on NoSuchNamespaceException with stripping catalog name? Given rest catalog supports multi-level name space, we can't tell top level i

Re: [I] REST Catalog does not validate "to" identifier on rename table [iceberg]

2024-09-25 Thread via GitHub
nastra commented on issue #11154: URL: https://github.com/apache/iceberg/issues/11154#issuecomment-2374100625 I analyzed this and `RenameTableExec` indeed adds the namespace to the `to` identifier: https://github.com/apache/spark/blob/branch-3.5/sql/core/src/main/scala/org/apache/spark/sql/