Skip to content

Assertion error on trivial query #10016

@PedroTadim

Description

@PedroTadim

What happens?

Hello, this morning I was trying a trivial query on DuckDB, and an assertion error was triggered.

To Reproduce

Run these queries:

CREATE TABLE t0 (c0 INT);
INSERT INTO t0 VALUES (1);
SELECT 1 FROM t0; --src/parallel/executor.cpp:603: bool duckdb::Executor::GetPipelinesProgress(double&, uint64_t&, uint64_t&): Assertion `current_cardinality < total_cardinality' failed

OS:

Linux x86_64

DuckDB Version:

Latest from master branch

DuckDB Client:

Shell

Full Name:

Pedro Ferreira

Affiliation:

Huawei

Have you tried this on the latest main branch?

I have tested with a main build

Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?

  • Yes, I have

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