Skip to content

ORDER BY clause referencing named column crashes #161

@cswinter

Description

@cswinter
SELECT pickup_ntaname, count(0) AS c FROM default ORDER BY c;
ERROR 2023-09-17T20:02:29Z: locustdb::engine::planning::query_plan: encoding_range not implement for NullVec { len: 10000, nulls: TypedBufferRef { buffer: BufferRef { i: 2, name: "nulls", t: PhantomData<locustdb::engine::execution::buffer::Any> }, tag: Null } }

This query works:

SELECT pickup_ntaname, count(0) AS c FROM default ORDER BY pickup_ntaname;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions