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 ff5cf81 commit 51d83ccCopy full SHA for 51d83cc
README.md
@@ -24,7 +24,7 @@ C++ implementation of [Apache Iceberg™](https://iceberg.apache.org/).
24
## Requirements
25
26
- CMake 3.25 or higher
27
-- C++20 compliant compiler
+- C++23 compliant compiler
28
29
## Build
30
cmake_modules/IcebergThirdpartyToolchain.cmake
@@ -99,7 +99,7 @@ function(resolve_arrow_dependency)
99
fetchcontent_declare(VendoredArrow
100
${FC_DECLARE_COMMON_OPTIONS}
101
GIT_REPOSITORY https://github.com/apache/arrow.git
102
- GIT_TAG e411851738c2528a5ce24857805e0eac57e2c659
+ GIT_TAG f12356adaaabea86638407e995e73215dbb58bb2
103
#URL ${ARROW_SOURCE_URL}
104
#URL_HASH "SHA256=${ICEBERG_ARROW_BUILD_SHA256_CHECKSUM}"
105
SOURCE_SUBDIR
0 commit comments