Files
scylladb/cql3
Michał Hudobski 1690e5265a vector search: correct column name formatting
This patch corrects the column name formatting whenever
an "Undefined column name" exception is thrown.
Until now we used the `name()` function which
returns a bytes object. This resulted in a message
with a garbled ascii bytes column name instead of
a proper string. We switch to the `text()` function
that returns a sstring instead, making the message
readable.
Tests are adjusted to confirm this behavior.

Fixes: VECTOR-228

Closes scylladb/scylladb#26120
2025-09-20 07:02:53 +02:00
..
2025-01-28 21:14:49 +01:00
2025-09-08 10:07:40 +02:00
2025-02-25 10:32:32 +03:00
2025-07-30 12:17:23 +03:00