rambleraptor opened a new pull request, #1462: URL: https://github.com/apache/iceberg-go/pull/1462
(I think we should have a discussion on this one) We had a ScanOption named `WitMaxConcurrency`, which is obviously a typo. But, the correct name conflicts with an option in orpan_cleanups.go called `WithMaxConcurrency`. I've renamed `WithMaxConcurrency` -> `WithScanMaxConcurrency`. Ideally, this conflict shouldn't happen in the first place, but we'll have to do some package renames to make that happen. -- 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]
