From 2ff4b83a6ab9603d323e5be3e353b965bf91cf8a Mon Sep 17 00:00:00 2001 From: Marco Arguedas Date: Thu, 19 Mar 2026 13:29:19 -0600 Subject: [PATCH] Updating to the latest version of DBPS tag --- cpp/src/parquet/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpp/src/parquet/CMakeLists.txt b/cpp/src/parquet/CMakeLists.txt index b0b75b84677c..3ea6ed8e7e26 100644 --- a/cpp/src/parquet/CMakeLists.txt +++ b/cpp/src/parquet/CMakeLists.txt @@ -279,9 +279,7 @@ if(PARQUET_REQUIRE_ENCRYPTION) # DBPS interface (header-only) fetchcontent_declare(dbps_agent GIT_REPOSITORY https://github.com/protegrity/DataBatchProtectionService.git - #TODO: Change to a specific tag/commit when we have one. - #https://github.com/protegrity/arrow/issues/179 - GIT_TAG 6206fb0e27556a0df9160364caa3819e4af3fe0f + GIT_TAG release_stable_v0.1 GIT_SHALLOW FALSE) fetchcontent_getproperties(dbps_agent)