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

   ## Summary
   
   Glue uses `comment` as the canonical property for namespace and table 
descriptions, while older catalogs may still provide the legacy `Description` 
parameter.
   
   This change:
   
   - writes canonical `comment` properties without leaking description fields 
into Glue parameters;
   - accepts legacy `Description` values when loading namespaces;
   - gives canonical `comment` values deterministic precedence over legacy 
values;
   - preserves native Glue descriptions as the highest-priority namespace value;
   - applies the same compatibility behavior to namespace and table creation.
   
   ## Testing
   
   - `go test ./catalog/glue`
   - `go test ./catalog/...`
   - `git diff --check`


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