Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
127913: sql: add telemetry tests for `vector` column type r=mgartner a=mgartner

Release note: None

Co-authored-by: Marcus Gartner <[email protected]>
  • Loading branch information
craig[bot] and mgartner committed Jul 30, 2024
2 parents bf1ab06 + 1810d2c commit 5d437ca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pkg/ccl/telemetryccl/testdata/telemetry/vector
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This file contains telemetry tests for telemetry counters related to
# pg_vector.

feature-list
sql.schema.new_column_type.*
----

feature-usage
CREATE TABLE t (
k INT PRIMARY KEY,
x VECTOR
)
----
sql.schema.new_column_type.int8
sql.schema.new_column_type.vector

feature-usage
ALTER TABLE t ADD COLUMN y VECTOR
----
sql.schema.new_column_type.vector

0 comments on commit 5d437ca

Please sign in to comment.