kevinjqliu commented on issue #16914: URL: https://github.com/apache/iceberg/issues/16914#issuecomment-4769312655
I looked into this, i think its actually expected that dependabot PRs (like https://github.com/apache/iceberg/pull/16903/) do not modify the runtime-deps.txt file. And thus there can be a potential drift This is somewhat documented at https://github.com/apache/iceberg/blob/fb6bb97e393b8af692973e3a1268cccf6ae2c5c2/runtime-deps.gradle#L33-L37 In https://github.com/apache/iceberg/pull/16233, I tried to get rid of the patch version runtime-deps.txt so that we see less noise. All the changes in https://github.com/apache/iceberg/pull/16908/changes are for minor versions, which lines up with the above I think maybe we just have to deal with this and manually update runtime-deps.txt. Open to suggestions! I'm just out of ideas -- 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]
