Skip to content

Commit

Permalink
patch iceberg delete bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhondo committed Nov 24, 2023
1 parent ebd52e7 commit 98e52d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-spark-runtime-3.3_2.12</artifactId>
<version>1.4.2</version>
<version>1.4.2-affirm0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion python/pyspark/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__: str = "2815!3.3.2+affirm.2"
__version__: str = "2815!3.3.2+affirm.3"

0 comments on commit 98e52d1

Please sign in to comment.