From 5d440f306a5760e941496f1e9b5349a5d2bcef16 Mon Sep 17 00:00:00 2001 From: Sam Hughes Date: Mon, 23 Jun 2025 23:34:40 -0700 Subject: [PATCH] chore(cubestore): Tolerate thrift fields used by future Cubestores in Parquet format --- rust/cubestore/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/cubestore/Cargo.lock b/rust/cubestore/Cargo.lock index 6733a9de3c1a6..678ac9caab9ad 100644 --- a/rust/cubestore/Cargo.lock +++ b/rust/cubestore/Cargo.lock @@ -160,7 +160,7 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" [[package]] name = "arrow" version = "5.0.0" -source = "git+https://github.com/cube-js/arrow-rs.git?branch=cube#b6c25a93744951fb2c73019e57084132788b0a09" +source = "git+https://github.com/cube-js/arrow-rs.git?branch=cube#a9707aec73b95b590e5a452e786e66729f5d2d72" dependencies = [ "bitflags 1.3.2", "chrono", @@ -3453,7 +3453,7 @@ dependencies = [ [[package]] name = "parquet" version = "5.0.0" -source = "git+https://github.com/cube-js/arrow-rs.git?branch=cube#b6c25a93744951fb2c73019e57084132788b0a09" +source = "git+https://github.com/cube-js/arrow-rs.git?branch=cube#a9707aec73b95b590e5a452e786e66729f5d2d72" dependencies = [ "aes-gcm", "arrow",