Skip to content

Error when filtering by Timestamp column #64

@thumbert

Description

@thumbert

This query fails

SELECT * FROM read_vortex('lmp.vortex')
WHERE node_id = 'TH_NP15_GEN_ONPEAK-APND'
AND hour_beginning >= '2025-12-01T00:00:00-08:00'
ORDER BY hour_beginning;

it works if the hour_beginning clause is not there.

The error I get is:

Invalid Input Error:
Cannot compare different DTypes ext(vortex.timestamp, i64, ExtMetadata([3, 0, 0]))? and ext(vortex.timestamp, i64, ExtMetadata([1, 3, 0, 85, 84, 67]))?
Backtrace:
disabled backtrace

Using the DuckDB 1.4.3 and latest vortex extension.

Thanks,
Tony

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