From 66cec0f5d31c07f12b239688b1aeb106da0dfb9d Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Tue, 4 Aug 2026 03:36:47 +0800 Subject: [PATCH] fix(ci): align Cassandra coverage matrix key --- agents/metadata-constraint-coverage.tsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/metadata-constraint-coverage.tsv b/agents/metadata-constraint-coverage.tsv index 8b9946ee9..55ee6f127 100644 --- a/agents/metadata-constraint-coverage.tsv +++ b/agents/metadata-constraint-coverage.tsv @@ -1,7 +1,7 @@ driver strategy scope reason access intentional-fallback java-jdbc-metadata Uses Access JDBC metadata; no portable stable server-side paging API, common constraints filter locally. bigquery native-pushdown java-sql Uses dataset INFORMATION_SCHEMA.TABLES with type, normal-name filter, stable order, and literal LIMIT/OFFSET. -cassandra shared-fallback native-go Uses cassandra-gocql-driver schema metadata, then applies stable filtering and paging in the native agent. +cassandra-go shared-fallback native-go Uses cassandra-gocql-driver schema metadata, then applies stable filtering and paging in the native agent. dameng native-pushdown java-sql Uses ALL_OBJECTS with type, filter, stable order, and LIMIT/OFFSET with legacy fallback. databend native-pushdown java-sql Uses system procedures for routine pushdown and shared table metadata constraints for table-like objects. db2 native-pushdown java-sql Uses SYSCAT metadata with type, filter, stable order, and OFFSET/FETCH.