snazy commented on code in PR #7694:
URL: https://github.com/apache/iceberg/pull/7694#discussion_r1229127055
##########
settings.gradle:
##########
@@ -192,3 +194,27 @@ if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
}
}
+dependencyResolutionManagement {
+ versionCatalogs {
+ libs {
+ from(files("./libs.versions.toml"))
+
+ library("delta-standalone",
"io.delta:delta-standalone_${scalaVersion}:0.6.0")
+ library("flink115-table-planner",
"org.apache.flink:flink-table-planner_${scalaVersion}:1.15.0")
Review Comment:
Yes, I've seen the comment and added a couple of suggestions in the other
comments.
--
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]