We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bf8ce commit d73bdb1Copy full SHA for d73bdb1
cmake_modules/IcebergThirdpartyToolchain.cmake
@@ -147,11 +147,9 @@ function(resolve_avro_dependency)
147
148
fetchcontent_declare(Avro
149
${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
+ # TODO: switch to Apache Avro 1.13.0 once released.
+ GIT_REPOSITORY https://github.com/apache/avro.git
+ GIT_TAG c75e6d59fbacd05df666665d9c8b7e3274cf0399
155
SOURCE_SUBDIR
156
lang/c++
157
FIND_PACKAGE_ARGS
0 commit comments