Skip to content

Commit d73bdb1

Browse files
authored
fix: use upstream avro tag (#42)
1 parent c0bf8ce commit d73bdb1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,9 @@ function(resolve_avro_dependency)
147147

148148
fetchcontent_declare(Avro
149149
${FC_DECLARE_COMMON_OPTIONS}
150-
# TODO: switch to upstream once the PR below is merged
151-
# https://github.com/apache/avro/pull/3299
152-
# Eventually, we should switch to Apache Avro 1.3.0.
153-
GIT_REPOSITORY https://github.com/wgtmac/avro.git
154-
GIT_TAG 0aa7adf87a9af6d472a3e9d5966c5e7f1d6baa7d
150+
# TODO: switch to Apache Avro 1.13.0 once released.
151+
GIT_REPOSITORY https://github.com/apache/avro.git
152+
GIT_TAG c75e6d59fbacd05df666665d9c8b7e3274cf0399
155153
SOURCE_SUBDIR
156154
lang/c++
157155
FIND_PACKAGE_ARGS

0 commit comments

Comments
 (0)