You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,6 @@ It provides native, high-performance, and extensible access to the Paimon lake f
26
26
27
27
Background and documentation are available at [paimon.apache.org](https://paimon.apache.org).
28
28
29
-
## Status
30
-
31
-
Paimon-cpp is currently undergoing repository migration. The original repository is hosted at [github.com/alibaba/paimon-cpp](https://github.com/alibaba/paimon-cpp/), and the codebase is being migrated incrementally to the Apache Paimon community repository.
32
-
33
29
## Features
34
30
35
31
Paimon-cpp currently provides:
@@ -53,7 +49,7 @@ Paimon-cpp currently provides:
53
49
> Paimon C++ therefore currently treats the `bitmap` global index type as unsupported. The legacy
54
50
> implementation remains in the codebase pending migration to the Java-compatible format.
55
51
56
-
Note: Linux x86_64 and macOS arm64 builds are currently verified.
52
+
Note: Only Linux x86_64 builds are currently supported and verified.
0 commit comments