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


##########
table/statistics.go:
##########
@@ -0,0 +1,59 @@
+package table
+
+import (
+       "encoding/json"
+       "fmt"
+)
+
+type BlobType string

Review Comment:
   the types are enough. You can add for the public fields if you think it's 
necessary but at minimum we need comments for the types



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