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
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/