Skip to content

No kernel matching input types for Timestamp params, OlapProgram #26413

@dahbka-lis

Description

@dahbka-lis

Query with a filter olap program and a Timestamp parameter:

DECLARE $flag1 AS Timestamp;
SELECT * FROM tmp_olap WHERE Value >= $flag1;

The full test is here: #26293 (I detected it for branches: main, stable-25-2)

Error:

<main>: Error: Scan failed at tablet 72075186224037949, reason: task_error:Function local_function has no kernel matching input types (array[uint64], scalar[timestamp[us]]), code: 2013

The bug was detected here:

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions