saitharun15 commented on code in PR #15421: URL: https://github.com/apache/iceberg/pull/15421#discussion_r2882903703
########## gradle/libs.versions.toml: ########## @@ -41,7 +41,8 @@ caffeine = "2.9.3" calcite = "1.41.0" comet = "0.12.0" datasketches = "6.2.0" -delta-standalone = "3.3.2" +delta-kernel = "4.0.0" +delta-kerneldefaults = "4.0.0" Review Comment: @ebyhr Thanks for pointing this out. We don’t really need separate versions here since both follow the same release version. I’ll update it to use a single version and reference it for both delta-kernel and delta-kernel-defaults. -- 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]
