brandur commented on issue #696:
URL: https://github.com/apache/iceberg-go/issues/696#issuecomment-4388788169

   One thing to note here: since we started River, Go seems to have made an 
improvement in that the dependency manager does a better job of pruning 
dependencies that are not in dependency packages your project is not using, 
even if they _are_ in that dependency's `go.mod`.
   
   It'd be a good idea to test that still, but it might be sufficient here to 
get the AWS/Azure/Google broken up into separate sub-packages of iceberg-go 
rather than full separate sub-_modules_. That'd save you a lot of 
effort/time/pain as the multi-module release process is fairly awful. I'd 
probably try to do that first, test to make sure what I say is right, and then 
go to sub-modules if necessary.


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