Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/arrow-flight-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17.0.15]
java: [17.0.16]
modules:
- :presto-base-arrow-flight # Only run tests for the `presto-base-arrow-flight` module

Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17.0.15
java-version: 17.0.16
cache: maven
- name: Download nodejs to maven cache
run: .github/bin/download_nodejs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17.0.15
java-version: 17.0.16
cache: maven
- name: Maven Install
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hive-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17.0.15]
java: [17.0.16]
runs-on: ubuntu-latest
needs: changes
timeout-minutes: 60
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17.0.15]
java: [17.0.16]
runs-on: ubuntu-latest
needs: changes
timeout-minutes: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdbc-connector-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17.0.15]
java: [17.0.16]
runs-on: ubuntu-latest
needs: changes
timeout-minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kudu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17.0.15]
java: [17.0.16]
runs-on: ubuntu-latest
needs: changes
timeout-minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17.0.15]
java: [17.0.16]
runs-on: ubuntu-latest
timeout-minutes: 45
concurrency:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/prestocpp-linux-build-and-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17.0.15
java-version: 17.0.16
cache: maven
- name: Download nodejs to maven cache
if: |
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17.0.15
java-version: 17.0.16
cache: maven
- name: Download nodejs to maven cache
if: |
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17.0.15
java-version: 17.0.16
cache: maven
- name: Download nodejs to maven cache
if: |
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17.0.15
java-version: 17.0.16
cache: maven
- name: Download nodejs to maven cache
if: |
Expand Down Expand Up @@ -680,7 +680,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17.0.15
java-version: 17.0.16
cache: maven
- name: Download nodejs to maven cache
if: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/product-tests-basic-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17.0.15]
java: [17.0.16]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/product-tests-specific-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17.0.15]
java: [17.0.16]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17.0.15]
java: [17.0.16]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/singlestore-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17.0.15]
java: [17.0.16]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spark-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17.0.15]
java: [17.0.16]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-other-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17.0.15]
java: [17.0.16]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17.0.15]
java: [17.0.16]
modules:
- :presto-tests -P presto-tests-execution-memory
- :presto-tests -P presto-tests-general
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dep.drift.version>${dep.airlift.version}</dep.drift.version>
<!-- Changing joda version changes tzdata which must match deployed JVM tzdata
Do not change this without also making sure it matches -->
<dep.joda.version>2.13.1</dep.joda.version>
<dep.joda.version>2.14.0</dep.joda.version>
<dep.tempto.version>1.55</dep.tempto.version>
<dep.testng.version>7.5</dep.testng.version>
<dep.lucene.version>9.12.0</dep.lucene.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2240,3 +2240,4 @@
2231 Pacific/Kanton
2232 Europe/Kyiv
2233 America/Ciudad_Juarez
2234 America/Coyhaique
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public int compare(TimeZoneKey left, TimeZoneKey right)
hasher.putString(timeZoneKey.getId(), StandardCharsets.UTF_8);
}
// Zone file should not (normally) be changed, so let's make this more difficult
assertEquals(hasher.hash().asLong(), 4825838578917475630L, "zone-index.properties file contents changed!");
assertEquals(hasher.hash().asLong(), 3765670086753811806L, "zone-index.properties file contents changed!");
}

public void assertTimeZoneNotSupported(String zoneId)
Expand Down
Loading