laskoviymishka commented on code in PR #769:
URL: https://github.com/apache/iceberg-go/pull/769#discussion_r2891904437
##########
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 can try to get some pre-alignment in slack, if you can point me to a right
direction here, so we can start this from broader context, not just iceberg-go
one.
--
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]