Skip to content

Commit f418c43

Browse files
authored
1 parent 163eb79 commit f418c43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/parquet/table/src/test/java/io/deephaven/parquet/table/TestParquetTools.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ public void testWriteParquetFieldIds() throws NoSuchAlgorithmException, IOExcept
676676
// to know whenever serialization changes in any way.
677677
// For example, this test can fail when we upgrade the parquet version simply because the "createdBy" field
678678
// captures this version.
679-
assertEquals("19ee4c6dda4c96d64d95786ae2bfad4aaa557c41bb49103e228a9ce05fbce009", sha256sum(file.toPath()));
679+
assertEquals("d565b42dbab89a689c14134cf54c693b6f49b5dd27a7565bb79549558034db93", sha256sum(file.toPath()));
680680

681681
// This test is a bit circular; but assuming we trust our reading code, we should have relative confidence that
682682
// we are writing it down correctly if we can read it correctly.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ mindrot = "0.4"
7777
nidi = "0.18.1"
7878
oshi = "6.11.1"
7979
pac4j = "5.7.9"
80-
parquet = "1.16.0"
80+
parquet = "1.17.0"
8181
picocli = "4.7.7"
8282
postgresql = "42.7.10"
8383
protobuf = "4.33.2"

0 commit comments

Comments
 (0)