Skip to content

Commit

Permalink
Fixed regression test for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaruza committed Dec 19, 2024
1 parent d736fde commit 3f45be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regression/expected/scan_postgres_tables.out
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SELECT COUNT(*) FROM t1;
DEBUG: (PGDuckdDB/PostgresTableReader)

QUERY: SELECT COUNT(*) FROM public.t1
RUNNING: ON 1 PARALLEL WORKER(S).
RUNNING: ON 2 PARALLEL WORKER(S).
EXECUTING:
Parallel Aggregate
-> Parallel Seq Scan on t1
Expand Down

0 comments on commit 3f45be5

Please sign in to comment.