From 187a051792f06708dff1f70a4902fb179f0d959d Mon Sep 17 00:00:00 2001 From: Micah Wylde Date: Fri, 13 Sep 2024 12:32:58 -0700 Subject: [PATCH] Upgrade parquet version to pull in 97b4b4634a63 (#739) This addresses a regression that could cause crashes in the parquet writer during checkpointing --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 296151e42..e7bbb0f64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6308,7 +6308,7 @@ dependencies = [ [[package]] name = "parquet" version = "52.1.0" -source = "git+https://github.com/ArroyoSystems/arrow-rs?branch=52.1.0/parquet_bytes#9f555762f6d468a71cd42edafaeaa76a56215099" +source = "git+https://github.com/ArroyoSystems/arrow-rs?branch=52.1.0/parquet_bytes#97b4b4634a63ba8fc30d5ddc9461720e213632a6" dependencies = [ "ahash", "arrow-array",