Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions cpp/src/parquet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading