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


##########
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:
   is this a known property that exists outside of our usage of it here? or are 
we creating an entirely new usage/property here?



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