fallintoplace opened a new pull request, #1571:
URL: https://github.com/apache/iceberg-go/pull/1571

   ## What changed
   
   Validate view identifiers before SQL catalog view operations inspect 
namespaces, names, or storage locations.
   
   ## Why
   
   SQL view operations skipped the shared view identifier validation used by 
other catalogs. Invalid names such as `..` or `nested/view` could reach 
location resolution, where path normalization changes their meaning.
   
   Validation now happens before database or filesystem work for create, load, 
drop, and existence checks.
   
   ## Testing
   
   - `go test ./catalog/sql`
   - `go vet ./catalog/sql`


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

Reply via email to