zeroshade commented on code in PR #769:
URL: https://github.com/apache/iceberg-go/pull/769#discussion_r2892342361


##########
catalog/glue/glue.go:
##########
@@ -65,6 +65,13 @@ const (
        SkipArchive        = "glue.skip-archive"
        SkipArchiveDefault = true
 
+       // GlueSchemaColumns controls whether schema columns are written to the 
Glue
+       // StorageDescriptor on table create/update. Set to "false" to omit 
columns,
+       // which avoids exceeding Glue's API payload limit for tables with very 
large
+       // schemas. Note: disabling columns breaks Athena column discovery via 
Glue.
+       GlueSchemaColumns        = "glue.schema-columns"

Review Comment:
   I think the best route here would be to send an email to the iceberg mailing 
list, linking this PR, and starting the discussion there.



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