File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
5247Note: Linux ` x86_64 ` and ` aarch64 ` builds are supported and verified in CI. See the supported
5348platform matrix in [ docs/source/building.rst] ( docs/source/building.rst ) for other platforms.
5449
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments