We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28dd715 commit 2ff4b83Copy full SHA for 2ff4b83
cpp/src/parquet/CMakeLists.txt
@@ -279,9 +279,7 @@ if(PARQUET_REQUIRE_ENCRYPTION)
279
# DBPS interface (header-only)
280
fetchcontent_declare(dbps_agent
281
GIT_REPOSITORY https://github.com/protegrity/DataBatchProtectionService.git
282
- #TODO: Change to a specific tag/commit when we have one.
283
- #https://github.com/protegrity/arrow/issues/179
284
- GIT_TAG 6206fb0e27556a0df9160364caa3819e4af3fe0f
+ GIT_TAG release_stable_v0.1
285
GIT_SHALLOW FALSE)
286
287
fetchcontent_getproperties(dbps_agent)
0 commit comments