Skip to content

unsupported select clause for system table #137

@mangat2022

Description

@mangat2022

I am able to execute this below query on Astra but through cql it fails. i see this similar issue was fixed for cql router.

"SELECT toTimestamp(now()) FROM system.local",

2025-03-21T10:51:31.570Z DEBUG proxy/proxy.go:672 Query handled by proxy {“query”: “SELECT toTimestamp(now()) FROM system.local”, “stream”: 0}
2025-03-21T10:51:31.570Z ERROR proxy/proxy.go:674 error parsing query to see if it’s handled {“error”: “unsupported select clause for system table”}
github.com/datastax/cql-proxy/proxy.(*client).handleQuery
/go/src/cql-proxy/proxy/proxy.go:674
github.com/datastax/cql-proxy/proxy.(*client).Receive
/go/src/cql-proxy/proxy/proxy.go:580
github.com/datastax/cql-proxy/proxycore.(*Conn).read
/go/src/cql-proxy/proxycore/conn.go:114

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions