-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
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