tanmayrauth commented on code in PR #902:
URL: https://github.com/apache/iceberg-go/pull/902#discussion_r3090743194


##########
table/metadata.go:
##########
@@ -1244,6 +1301,7 @@ type commonMetadata struct {
        SnapshotRefs       map[string]SnapshotRef    `json:"refs,omitempty"`
        StatisticsList     []StatisticsFile          
`json:"statistics,omitempty"`
        PartitionStatsList []PartitionStatisticsFile 
`json:"partition-statistics,omitempty"`
+       EncryptionKeyMap   map[string]EncryptionKey  
`json:"encryption-keys,omitempty"`

Review Comment:
   Right, I've changed from map[string]EncryptionKey to []EncryptionKey 
throughout metadata, builder, and interface.



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