Skip to content

Commit

Permalink
update default iceberg and iceberg-spark versions, too
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Oct 12, 2023
1 parent 081a5b3 commit d1bd407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-integration-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,12 @@ def __exit__(self, tpe, value, traceback):
parser.add_argument(
"--iceberg-spark-version",
required=False,
default="3.3",
default="3.5",
help="Spark version for the Iceberg library")
parser.add_argument(
"--iceberg-lib-version",
required=False,
default="1.0.0",
default="1.4.0",
help="Iceberg Spark Runtime library version")

args = parser.parse_args()
Expand Down

0 comments on commit d1bd407

Please sign in to comment.