rdblue commented on a change in pull request #2512:
URL: https://github.com/apache/iceberg/pull/2512#discussion_r624789052



##########
File path: build.gradle
##########
@@ -1031,15 +1129,29 @@ project(':iceberg-spark3-runtime') {
     }
   }
 
+  ext {
+    prop = findProperty('spark31Runtime')

Review comment:
       If we need to have a separate module, then we should not enable it with 
a property. We should just add another runtime module. Otherwise, it gets very 
confusing that you can produce two artifacts with different compatibility from 
the same module.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to