diff --git a/core/trino-spi/src/main/resources/io/trino/spi/type/zone-index.properties b/core/trino-spi/src/main/resources/io/trino/spi/type/zone-index.properties index d2c46f84653e..b1dfea2d12bf 100644 --- a/core/trino-spi/src/main/resources/io/trino/spi/type/zone-index.properties +++ b/core/trino-spi/src/main/resources/io/trino/spi/type/zone-index.properties @@ -2237,3 +2237,4 @@ 2228 Europe/Saratov 2229 Asia/Qostanay 2230 America/Nuuk +2231 Pacific/Kanton diff --git a/core/trino-spi/src/test/java/io/trino/spi/type/TestTimeZoneKey.java b/core/trino-spi/src/test/java/io/trino/spi/type/TestTimeZoneKey.java index 747573cc5dc6..6bc2f2549031 100644 --- a/core/trino-spi/src/test/java/io/trino/spi/type/TestTimeZoneKey.java +++ b/core/trino-spi/src/test/java/io/trino/spi/type/TestTimeZoneKey.java @@ -220,7 +220,7 @@ public void testZoneKeyData() 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(), 6334606028834602490L, "zone-index.properties file contents changed!"); + assertEquals(hasher.hash().asLong(), -2665680993684804317L, "zone-index.properties file contents changed!"); } @Test diff --git a/pom.xml b/pom.xml index 4f9400a79d32..1096ee9868dc 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,7 @@ ${dep.airlift.version} 1.12.85 3.14.9 + 2.10.13 0.11.2 19.3.0.0 1.14