Details
Assignee
UnassignedUnassignedReporter
Saurabh KumarSaurabh KumarLabels
Priority
Critical
Details
Details
Assignee
Unassigned
UnassignedReporter
Saurabh Kumar
Saurabh KumarLabels
Priority
Created November 15, 2023 at 4:40 PM
Updated December 18, 2024 at 3:44 PM
Getting error with the select query when one of the columns is of type vector. This is the table schema
Few records inserted like this
When tried to query using the Node Js drivers like this:
The driver is throwing an error
Node version tried 18 and 20
Cassandra Node Library: 4.7.1 and 4.7.2
Note: The same query
"SELECT * FROM cycling.comments_vs WHERE id='a29f9809de6f'"
works well with the Python drivers ( python version: 3.11 and Python Cassandra python library:3.28.0
)