RussellSpitzer commented on code in PR #1190: URL: https://github.com/apache/polaris/pull/1190#discussion_r2001682579
########## gradle/libs.versions.toml: ########## @@ -27,6 +27,7 @@ scala212 = "2.12.19" spark35 = "3.5.5" slf4j = "2.0.17" swagger = "1.6.15" +icebergspark = "1.8.0" Review Comment: @sfc-gh-yzou This is where I was recommending completely separating the build. I don't think we should share a libs.versions between the polaris server and the Spark Client since I think they are basically independent projects. They only really need to sync on their agreement of the polaris apis. Everything else could be independent. -- 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]
