Skip to content

Commit

Permalink
chore: bump org.apache.parquet:parquet-hadoop from 1.14.3 to 1.15.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam authored Feb 6, 2025
1 parent 46579d3 commit ac890f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,9 @@ public void testWriteParquetFieldIds() throws NoSuchAlgorithmException, IOExcept
// This is somewhat fragile, but has been manually verified to contain the field_ids that we expect.
// We may want to consider more explicit tests that verify our writing logic is consistent, as it would be good
// to know whenever serialization changes in any way.
assertEquals("2ea68b0ddaeb432e9c2721f15460b6c42449a479c1960e836f6ebe3b14f33dc1", sha256sum(file.toPath()));
// For example, this test can fail when we upgrade the parquet version simply because the "createdBy" field
// captures this version.
assertEquals("208abbee39fc8034322d10032d07098ad7766c8fbf17c9e74e58ccd1ce278037", sha256sum(file.toPath()));

// This test is a bit circular; but assuming we trust our reading code, we should have relative confidence that
// we are writing it down correctly if we can read it correctly.
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ mindrot = "0.4"
nidi = "0.18.1"
oshi = "5.8.3"
pac4j = "5.7.0"
parquet = "1.14.3"
parquet = "1.15.0"
picocli = "4.7.6"
postgresql = "42.7.4"
protobuf = "3.25.4"
Expand Down

0 comments on commit ac890f4

Please sign in to comment.