From 208d8426d958d574e2a4eea30d2451afab1a0d7f Mon Sep 17 00:00:00 2001 From: Keith Lee Date: Tue, 10 Feb 2026 20:36:51 +0000 Subject: [PATCH] Update Client Support Matrix --- website/docs/apis/client-support-matrix.md | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/website/docs/apis/client-support-matrix.md b/website/docs/apis/client-support-matrix.md index bcf73e3ff5..461f133590 100644 --- a/website/docs/apis/client-support-matrix.md +++ b/website/docs/apis/client-support-matrix.md @@ -19,11 +19,11 @@ These data operations are available under TableAppend, TableScan, TableUpsert an | Log | Scan with Projection | ✔️ | ✔️ | ✔️ | ✔️ | | Log | Typed Scan | ✔️ | | | | | Log | Batch Scan with Limit | ✔️ | | | | -| Primary Key | Upsert | ✔️ | ✔️ | | | -| Primary Key | Upsert with Partial Update | ✔️ | ✔️ | | | +| Primary Key | Upsert | ✔️ | ✔️ | ✔️ | ✔️ | +| Primary Key | Upsert with Partial Update | ✔️ | ✔️ | ✔️ | ✔️ | | Primary Key | Typed Upsert | ✔️ | | | | -| Primary Key | Delete | ✔️ | ✔️ | | | -| Primary Key | Lookup | ✔️ | ✔️ | | | +| Primary Key | Delete | ✔️ | ✔️ | ✔️ | ✔️ | +| Primary Key | Lookup | ✔️ | ✔️ | ✔️ | ✔️ | | Primary Key | Prefix Lookup | ✔️ | | | | | Primary Key | Typed Lookup | ✔️ | | | | | Primary Key | Batch Scan with Limit | ✔️ | | | | @@ -72,24 +72,24 @@ Admin operations are available under FlussAdmin interface. | Entity | Operations | [Java Client](/apis/java-client.md) | Rust Client | Python Client | C++ Client | |-----------|------------------------|-------------------------------------|-------------|---------------|------------| -| Database | CreateDatabase | ✔️ | ✔️ | | | -| Database | DropDatabase | ✔️ | ✔️ | | | -| Database | DatabaseExists | ✔️ | ✔️ | | | -| Database | GetDatabaseInfo | ✔️ | ✔️ | | | -| Database | ListDatabases | ✔️ | ✔️ | | | +| Database | CreateDatabase | ✔️ | ✔️ | ✔️ | ✔️ | +| Database | DropDatabase | ✔️ | ✔️ | ✔️ | ✔️ | +| Database | DatabaseExists | ✔️ | ✔️ | ✔️ | ✔️ | +| Database | GetDatabaseInfo | ✔️ | ✔️ | ✔️ | ✔️ | +| Database | ListDatabases | ✔️ | ✔️ | ✔️ | ✔️ | | Table | AlterTable | ✔️ | | | | | Table | CreateTable | ✔️ | ✔️ | ✔️ | ✔️ | -| Table | DropTable | ✔️ | ✔️ | | ✔️ | +| Table | DropTable | ✔️ | ✔️ | ✔️ | ✔️ | | Table | GetTableSchema | ✔️ | | | | | Table | GetTableInfo | ✔️ | ✔️ | ✔️ | ✔️ | -| Table | ListTables | ✔️ | ✔️ | | | -| Partition | CreatePartition | ✔️ | | | | -| Partition | DropPartition | ✔️ | | | | -| Partition | ListPartitionInfos | ✔️ | | | | +| Table | ListTables | ✔️ | ✔️ | ✔️ | ✔️ | +| Partition | CreatePartition | ✔️ | ✔️ | ✔️ | ✔️ | +| Partition | DropPartition | ✔️ | ✔️ | ✔️ | ✔️ | +| Partition | ListPartitionInfos | ✔️ | ✔️ | ✔️ | ✔️ | | Snapshot | GetKvSnapshotMetadata | ✔️ | | | | | Snapshot | GetLatestKvSnapshots | ✔️ | | | | | Snapshot | GetLatestLakeSnapshot | ✔️ | ✔️ | ✔️ | ✔️ | -| Bucket | ListOffsets | ✔️ | ✔️ | | ✔️ | +| Bucket | ListOffsets | ✔️ | ✔️ | ✔️ | ✔️ | | Cluster | AlterClusterConfigs | ✔️ | | | | | Cluster | DescribeClusterConfigs | ✔️ | | | | | Cluster | CancelRebalance | ✔️ | | | |