Skip to content

Commit ac890f4

Browse files
chore: bump org.apache.parquet:parquet-hadoop from 1.14.3 to 1.15.0 (#6563)
1 parent 46579d3 commit ac890f4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,9 @@ public void testWriteParquetFieldIds() throws NoSuchAlgorithmException, IOExcept
673673
// This is somewhat fragile, but has been manually verified to contain the field_ids that we expect.
674674
// We may want to consider more explicit tests that verify our writing logic is consistent, as it would be good
675675
// to know whenever serialization changes in any way.
676-
assertEquals("2ea68b0ddaeb432e9c2721f15460b6c42449a479c1960e836f6ebe3b14f33dc1", sha256sum(file.toPath()));
676+
// For example, this test can fail when we upgrade the parquet version simply because the "createdBy" field
677+
// captures this version.
678+
assertEquals("208abbee39fc8034322d10032d07098ad7766c8fbf17c9e74e58ccd1ce278037", sha256sum(file.toPath()));
677679

678680
// This test is a bit circular; but assuming we trust our reading code, we should have relative confidence that
679681
// 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
@@ -62,7 +62,7 @@ mindrot = "0.4"
6262
nidi = "0.18.1"
6363
oshi = "5.8.3"
6464
pac4j = "5.7.0"
65-
parquet = "1.14.3"
65+
parquet = "1.15.0"
6666
picocli = "4.7.6"
6767
postgresql = "42.7.4"
6868
protobuf = "3.25.4"

0 commit comments

Comments
 (0)