fallintoplace opened a new pull request, #1614: URL: https://github.com/apache/iceberg-go/pull/1614
## What changed Add shared namespace identifier validation in the catalog package and use it at REST namespace boundaries. Namespace components now follow the same rules as table, view, and function identifier components. ## Why REST namespace operations previously checked only that an identifier had at least one component. Empty components, path separators, dot components, and control characters were accepted even though object identifiers inside those namespaces reject them. ## Testing - Added valid single-level and nested namespace cases - Added invalid empty, dot, path separator, and control-character cases - `go test ./catalog ./catalog/rest` -- 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]
