jx2lee opened a new pull request, #1633: URL: https://github.com/apache/iceberg-go/pull/1633
## Summary `iceberg create namespace` set the `Description`/`Location` properties with capitalized keys. Glue's `constructDatabaseInput` only recognizes the lowercase `comment`/`location` keys (Hive's uppercase handling is a legacy fallback, not the standard), so `--location-uri` was silently dropped into the namespace's generic parameter map instead of `DatabaseInput.LocationUri` for Glue catalogs, while the CLI reported success. Use `comment`/`location`, matching the keys catalogs actually read (`catalog/glue/glue.go`, `catalog/hive/hive.go`, `catalog/internal/utils.go`). ## Test Plan `go test ./cmd/iceberg` -- 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]
