nastra commented on code in PR #8065:
URL: https://github.com/apache/iceberg/pull/8065#discussion_r1287107318
##########
build.gradle:
##########
@@ -979,3 +983,39 @@ apply from: 'baseline.gradle'
apply from: 'deploy.gradle'
apply from: 'tasks.gradle'
+project(':iceberg-bom') {
+ apply plugin: 'java-platform'
+
+ dependencies {
+ constraints {
+ def sparkScalaPattern = ~"(.*)-([0-9][.][0-9]+)_([0-9][.][0-9]+)"
Review Comment:
I think it would be good to add a comment describing why were doing some
manual work for Spark here, as it's not obvious to everyone
--
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]