We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b4a2a commit 8b46855Copy full SHA for 8b46855
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}</version>
+ <version>${iceberg.version}-PATCH</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.2"
+__version__: str = "2815!3.5.4+affirm.dev11"
0 commit comments