Skip to content

SQL query matching is ignoring ORDER BY clauses #234

@milindsrivastava1997

Description

@milindsrivastava1997

We do not support ORDER BY semantics right now, so we should not process those queries. Currently, queries with ORDER BY are being processed.

Example MatchResult:

SQLQuery { query_type: [SpatioTemporal], query_data: [SQLQueryData { aggregation_info: AggregationInfo { name: "QUANTILE", value_column_name: "v3", args: ["0.95"] }, metric: "h2o_benchmark", labels: {"id1", "id2"}, time_info: TimeInfo { time_col_name: "timestamp", start: 1704092990.0, duration: 10.0 }, subquery: None }], error: None, msg: None}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions