huaxingao commented on code in PR #14984:
URL: https://github.com/apache/iceberg/pull/14984#discussion_r3611386825
##########
settings.gradle:
##########
@@ -175,6 +175,18 @@ if (sparkVersions.contains("4.1")) {
project(":iceberg-spark:spark-runtime-4.1_2.13").name =
"iceberg-spark-runtime-4.1_2.13"
}
+if (sparkVersions.contains("4.2")) {
+ include ":iceberg-spark:spark-4.2_2.13"
Review Comment:
nit: this 4.2 block is indented with 4 spaces, while the 4.0 block above
uses 2 spaces (the repo standard). The 4.1 block has the same 4-space drift, so
this just copied it — but since you're adding a fresh block, worth normalizing
4.2 (and ideally 4.1) to 2 spaces.
--
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]