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

   Introduces a new catalog property `glue.schema-columns` (default: `true`) 
that controls whether Iceberg schema columns are written to the Glue 
StorageDescriptor on table create and update operations.
   
   When set to `false`, the StorageDescriptor is populated with location only, 
avoiding the Glue API payload size limit that is hit for tables with very large 
schemas (e.g. ~3600 fields).
   
   Fixes #701


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