lliangyu-lin commented on code in PR #467:
URL: https://github.com/apache/iceberg-go/pull/467#discussion_r2195720556


##########
partitions.go:
##########
@@ -28,7 +28,7 @@ import (
 )
 
 const (
-       partitionDataIDStart   = 1000
+       PartitionDataIDStart   = 1000
        InitialPartitionSpecID = 0
 )

Review Comment:
   It's used here to when trying to get the last assigned partition field id 
across all partition specs and that could be nil. And this is different than 
last assigned id in the current spec, otherwise we could of use 
https://github.com/apache/iceberg-go/blob/main/partitions.go#L200



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