zeroshade commented on code in PR #984:
URL: https://github.com/apache/iceberg-go/pull/984#discussion_r3228323002
##########
go.mod:
##########
@@ -142,6 +142,7 @@ require (
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsevents v0.2.0 // indirect
github.com/fvbommel/sortorder v1.1.0 // indirect
+ github.com/geoarrow/geoarrow-go v0.0.0-20260403143023-f54751c3e3a1 //
indirect
Review Comment:
Why is it an indirect dep? Shouldn't it be a direct dependency?
That said, the pseudo-version is fine for now in my opinion. I'll bug the
geoarrow-go repo and see if I can get them to cut a release soon. We should
definitely track an issue to update to a release version when it gets cut.
--
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]