We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcbbeb6 + 79b2a21 commit 0bc8365Copy full SHA for 0bc8365
pom.xml
@@ -440,7 +440,7 @@
440
<dependency>
441
<groupId>org.apache.iceberg</groupId>
442
<artifactId>iceberg-spark-runtime-3.5_2.12</artifactId>
443
- <version>${iceberg.version}-PATCH</version>
+ <version>${iceberg.version}-PATCH.1</version>
444
<scope>runtime</scope>
445
</dependency>
446
python/pyspark/version.py
@@ -16,4 +16,4 @@
16
# See the License for the specific language governing permissions and
17
# limitations under the License.
18
19
-__version__: str = "2815!3.5.4+affirm.3"
+__version__: str = "2815!3.5.4+affirm.4"
0 commit comments