From 8be2551c636472bd407db31c2120df3f8c36873b Mon Sep 17 00:00:00 2001 From: Gang Wu Date: Sat, 1 Feb 2025 11:59:12 +0800 Subject: [PATCH] fix: use upstream avro tag --- cmake_modules/IcebergThirdpartyToolchain.cmake | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/cmake_modules/IcebergThirdpartyToolchain.cmake b/cmake_modules/IcebergThirdpartyToolchain.cmake index 83deb190f..0f95ea429 100644 --- a/cmake_modules/IcebergThirdpartyToolchain.cmake +++ b/cmake_modules/IcebergThirdpartyToolchain.cmake @@ -147,11 +147,9 @@ function(resolve_avro_dependency) fetchcontent_declare(Avro ${FC_DECLARE_COMMON_OPTIONS} - # TODO: switch to upstream once the PR below is merged - # https://github.com/apache/avro/pull/3299 - # Eventually, we should switch to Apache Avro 1.3.0. - GIT_REPOSITORY https://github.com/wgtmac/avro.git - GIT_TAG 0aa7adf87a9af6d472a3e9d5966c5e7f1d6baa7d + # TODO: switch to Apache Avro 1.13.0 once released. + GIT_REPOSITORY https://github.com/apache/avro.git + GIT_TAG c75e6d59fbacd05df666665d9c8b7e3274cf0399 SOURCE_SUBDIR lang/c++ FIND_PACKAGE_ARGS