Skip to content

Commit

Permalink
add iceberg-aws-bundle + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhondo committed Nov 20, 2023
1 parent e3d0b5b commit 1b6663a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,11 @@
<artifactId>mysql-connector-java</artifactId>
<version>8.0.27</version>
</dependency>
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-aws-bundle</artifactId>
<version>1.4.2</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
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.1"
__version__: str = "2815!3.3.2+affirm.dev18"

0 comments on commit 1b6663a

Please sign in to comment.