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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,17 @@ Paimon C++ is a high-performance C++ implementation of [Apache Paimon](https://p
32
32
-**File systems**: file system abstraction with built-in local and Jindo file system support.
33
33
-**File formats**: file format abstraction with built-in ORC, Parquet, and Avro support.
34
34
-**Runtime utilities**: memory pool and thread pool abstractions with default implementations.
35
-
-**AI-Oriented Features**: supports RowTracking and DataEvolution mode and provides Global Index capabilities including bitmap index, B-tree index, DiskANN-based vector search with Lumina, and Lucene-based full-text search.
35
+
-**AI-Oriented Features**: supports RowTracking and DataEvolution mode and provides Global Index
36
+
capabilities including B-tree index, DiskANN-based vector search with Lumina, and Lucene-based
37
+
full-text search.
36
38
-**Compatibility**: compatibility with Apache Paimon Java format and communication protocols,
37
39
including commit messages, data splits, and manifests.
38
40
41
+
> **Bitmap global index compatibility:** Java Paimon now uses a dedicated bitmap global index
42
+
> format instead of the previously shared wrapped bitmap file index format.
43
+
> Paimon C++ therefore currently treats the `bitmap` global index type as unsupported. The legacy
44
+
> implementation remains in the codebase pending migration to the Java-compatible format.
45
+
39
46
Note: Linux x86_64 and macOS arm64 builds are currently verified.
0 commit comments