Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Another CQL "date" type: No results #414

Open
kotdv opened this issue Jul 3, 2019 · 0 comments
Open

Another CQL "date" type: No results #414

kotdv opened this issue Jul 3, 2019 · 0 comments

Comments

@kotdv
Copy link

kotdv commented Jul 3, 2019

The same bug as in #158 still occurs for slightly different table setup. It occurs in 3.11.3 plugin and probably everywhere else if table is created like below.

CREATE TABLE test_date.test (
  id text,
  dob date,
  lucene text,
  PRIMARY KEY ((id), date)
) WITH CLUSTERING ORDER BY (date desc);

WITH CLUSTERING ORDER BY (date desc); is the cause.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant