Skip to content

Commit fa37cb0

Browse files
authored
chore: clean up bitmap and CMake compatibility declarations (#193)
* docs: remove bitmap global index compatibility note * build(cmake): retain CMake 3.22 compatibility
1 parent e0db538 commit fa37cb0

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ Paimon C++ currently provides:
4444
- **Compatibility**: compatibility with Apache Paimon Java format and communication protocols,
4545
including commit messages, data splits, and manifests.
4646

47-
> **Bitmap global index compatibility:** Java Paimon now uses a dedicated bitmap global index
48-
> format instead of the previously shared wrapped bitmap file index format.
49-
> Paimon C++ therefore currently treats the `bitmap` global index type as unsupported. The legacy
50-
> implementation remains in the codebase pending migration to the Java-compatible format.
51-
5247
Note: Linux `x86_64` and `aarch64` builds are supported and verified in CI. See the supported
5348
platform matrix in [docs/source/building.rst](docs/source/building.rst) for other platforms.
5449

cmake_modules/BuildAwsAuth.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ function(paimon_add_s2n_project)
3434
externalproject_add(s2n_ep
3535
URL ${S2N_URL}
3636
URL_HASH SHA256=${PAIMON_AWS_S2N_BUILD_SHA256_CHECKSUM}
37-
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
3837
CMAKE_ARGS ${EP_COMMON_CMAKE_ARGS}
3938
-DCMAKE_C_FLAGS=${S2N_C_FLAGS}
4039
-DCMAKE_CXX_FLAGS=${S2N_CXX_FLAGS}
@@ -89,7 +88,6 @@ function(paimon_add_aws_c_project
8988
externalproject_add(${NAME}_ep
9089
URL ${URL}
9190
URL_HASH SHA256=${CHECKSUM}
92-
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
9391
CMAKE_ARGS ${EP_COMMON_CMAKE_ARGS}
9492
-DCMAKE_INSTALL_PREFIX=${AWS_AUTH_PREFIX}
9593
-DCMAKE_INSTALL_LIBDIR=${AWS_AUTH_INSTALL_LIBDIR}

0 commit comments

Comments
 (0)