badalprasadsingh commented on code in PR #524:
URL: https://github.com/apache/iceberg-go/pull/524#discussion_r2323942977


##########
manifest.go:
##########
@@ -960,6 +1003,37 @@ func (p *partitionFieldStats[T]) update(value any) (err 
error) {
        return nil
 }
 
+func extractBytesFromFixed(fixedBytes interface{}) []byte {
+       switch fb := fixedBytes.(type) {
+       case []interface{}:

Review Comment:
   Yes you are right! Fixed it.



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