Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Another CQL "date" type: No results #414

@kotdv

Description

@kotdv

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.

Metadata

Metadata

Assignees

No one assigned

    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