Skip to content

[DRIVER-787] Validate SELECT without FROM support #954

Description

@dkropachev

Jira: https://scylladb.atlassian.net/browse/DRIVER-787
Parent epic: https://scylladb.atlassian.net/browse/DRIVER-782
Server-side issue: scylladb/scylladb#24070
Server-side PR: scylladb/scylladb#29028

This issue tracks the java-driver-3.x: Validate SELECT without FROM support task from DRIVER-782.

Scope:

  • Verify that SELECT 1 executes successfully without keyspace or table metadata.
  • Verify that SELECT now() executes successfully without keyspace or table metadata.
  • Verify result metadata and decoded values for literal and function selectors where the driver exposes them.
  • Cover prepared and non-prepared execution paths where relevant for this driver.
  • Skip cleanly or feature-detect when the server does not support SELECT without FROM.

Acceptance criteria:

  • Integration tests cover SELECT 1 and SELECT now().
  • Returned values are decoded where exposed by the driver.
  • Tests do not require a keyspace or table.
  • Driver-specific limitations or unsupported execution paths are documented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions