Skip to content

Commit 51d83cc

Browse files
committed
use a more recent arrow commit
The commit includes apache/arrow#46912, which are resolve our frequent CI failures.
1 parent ff5cf81 commit 51d83cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ C++ implementation of [Apache Iceberg™](https://iceberg.apache.org/).
2424
## Requirements
2525

2626
- CMake 3.25 or higher
27-
- C++20 compliant compiler
27+
- C++23 compliant compiler
2828

2929
## Build
3030

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function(resolve_arrow_dependency)
9999
fetchcontent_declare(VendoredArrow
100100
${FC_DECLARE_COMMON_OPTIONS}
101101
GIT_REPOSITORY https://github.com/apache/arrow.git
102-
GIT_TAG e411851738c2528a5ce24857805e0eac57e2c659
102+
GIT_TAG f12356adaaabea86638407e995e73215dbb58bb2
103103
#URL ${ARROW_SOURCE_URL}
104104
#URL_HASH "SHA256=${ICEBERG_ARROW_BUILD_SHA256_CHECKSUM}"
105105
SOURCE_SUBDIR

0 commit comments

Comments
 (0)