|
557 | 557 | <module>iceberg/iceberg-1-10-x</module> |
558 | 558 | </modules> |
559 | 559 | </profile> |
| 560 | + <profile> |
| 561 | + <id>release359</id> |
| 562 | + <activation> |
| 563 | + <property> |
| 564 | + <name>buildver</name> |
| 565 | + <value>359</value> |
| 566 | + </property> |
| 567 | + </activation> |
| 568 | + <properties> |
| 569 | + <buildver>359</buildver> |
| 570 | + <spark.version>${spark359.version}</spark.version> |
| 571 | + <spark.test.version>${spark359.version}</spark.test.version> |
| 572 | + <parquet.hadoop.version>1.13.1</parquet.hadoop.version> |
| 573 | + <rapids.delta.artifactId1>rapids-4-spark-delta-33x</rapids.delta.artifactId1> |
| 574 | + <iceberg.artifact.suffix>${spark35x.iceberg.artifact.suffix}</iceberg.artifact.suffix> |
| 575 | + <iceberg.version>${iceberg.19x.version}</iceberg.version> |
| 576 | + <rapids.iceberg.artifactId>rapids-4-spark-iceberg-1-9-x</rapids.iceberg.artifactId> |
| 577 | + <rapids.iceberg.artifactId2>rapids-4-spark-iceberg-1-10-x</rapids.iceberg.artifactId2> |
| 578 | + <slf4j.version>2.0.7</slf4j.version> |
| 579 | + </properties> |
| 580 | + <modules> |
| 581 | + <module>delta-lake/delta-33x</module> |
| 582 | + <module>iceberg/iceberg-1-9-x</module> |
| 583 | + <module>iceberg/iceberg-1-10-x</module> |
| 584 | + </modules> |
| 585 | + </profile> |
560 | 586 | <!-- #if scala-2.13 --><!-- |
561 | 587 | <profile> |
562 | 588 | <id>release400</id> |
|
1032 | 1058 | <spark356.version>3.5.6</spark356.version> |
1033 | 1059 | <spark357.version>3.5.7</spark357.version> |
1034 | 1060 | <spark358.version>3.5.8</spark358.version> |
| 1061 | + <spark359.version>3.5.9</spark359.version> |
1035 | 1062 | <spark400.version>4.0.0</spark400.version> |
1036 | 1063 | <spark400db173.version>4.0.0-databricks-173</spark400db173.version> |
1037 | 1064 | <spark401.version>4.0.1</spark401.version> |
@@ -1757,15 +1784,15 @@ This will force full Scala code rebuild in downstream modules. |
1757 | 1784 | <!-- #if scala-2.12 --> |
1758 | 1785 | <requireProperty> |
1759 | 1786 | <property>buildver</property> |
1760 | | - <regex>^(33[0-4]|34[0-4]|35[0-8]|350db143)$</regex> |
1761 | | - <regexMessage>Unsupported buildver value ${buildver} for a Scala 2.12 build. Supported Scala 2.12 buildver values are: 330, 331, 332, 333, 334, 340, 341, 342, 343, 344, 350, 351, 352, 353, 354, 355, 356, 357, 358, 350db143. For Scala 2.13/Spark 4.x builds, use -f scala2.13/pom.xml with a supported Scala 2.13 buildver such as 350, 400, 403, 404, 412, 413, or 420.</regexMessage> |
| 1787 | + <regex>^(33[0-4]|34[0-4]|35[0-9]|350db143)$</regex> |
| 1788 | + <regexMessage>Unsupported buildver value ${buildver} for a Scala 2.12 build. Supported Scala 2.12 buildver values are: 330, 331, 332, 333, 334, 340, 341, 342, 343, 344, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 350db143. For Scala 2.13/Spark 4.x builds, use -f scala2.13/pom.xml with a supported Scala 2.13 buildver such as 350, 400, 403, 404, 412, 413, or 420.</regexMessage> |
1762 | 1789 | </requireProperty> |
1763 | 1790 | <!-- #endif scala-2.12 --> |
1764 | 1791 | <!-- #if scala-2.13 --><!-- |
1765 | 1792 | <requireProperty> |
1766 | 1793 | <property>buildver</property> |
1767 | | - <regex>^(35[0-8]|40[0-4]|41[1-3]|420|400db173)$</regex> |
1768 | | - <regexMessage>Unsupported buildver value ${buildver} for a Scala 2.13 build. Supported Scala 2.13 buildver values are: 350, 351, 352, 353, 354, 355, 356, 357, 358, 400, 401, 402, 403, 404, 411, 412, 413, 420, 400db173. Spark 3.3.x and 3.4.x builds use Scala 2.12; for example, build Spark 330 with the root pom.xml instead of scala2.13/pom.xml.</regexMessage> |
| 1794 | + <regex>^(35[0-9]|40[0-4]|41[1-3]|420|400db173)$</regex> |
| 1795 | + <regexMessage>Unsupported buildver value ${buildver} for a Scala 2.13 build. Supported Scala 2.13 buildver values are: 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 400, 401, 402, 403, 404, 411, 412, 413, 420, 400db173. Spark 3.3.x and 3.4.x builds use Scala 2.12; for example, build Spark 330 with the root pom.xml instead of scala2.13/pom.xml.</regexMessage> |
1769 | 1796 | </requireProperty> |
1770 | 1797 | --><!-- #endif scala-2.13 --> |
1771 | 1798 | <requireProperty> |
|
0 commit comments