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


##########
table/updates.go:
##########
@@ -25,15 +25,26 @@ import (
 )
 
 const (
-       updateSpec             = "add-spec"
-       updateAddSchema        = "add-schema"
-       updateSnapshot         = "add-snapshot"
-       updateSortOrder        = "add-sort-order"
-       updateAssignUUID       = "assign-uuid"
-       updateDefaultSpec      = "set-default-spec"
-       updateCurrentSchema    = "set-current-schema"
-       updateDefaultSortOrder = "set-default-sort-order"
-       updateUpgradeFormat    = "upgrade-format-version"
+       // These are the various update actions defined in the iceberg spec

Review Comment:
   Shift the docstring to be above the `const` so that it gets picked up as the 
docstring for the whole block of constants, not just for that 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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to