Skip to content

[auto-bump] [no-release-notes] dependency by coffeegoddd#2252

Closed
coffeegoddd wants to merge 1 commit intomainfrom
coffeegoddd-0fd8b6b9
Closed

[auto-bump] [no-release-notes] dependency by coffeegoddd#2252
coffeegoddd wants to merge 1 commit intomainfrom
coffeegoddd-0fd8b6b9

Conversation

@coffeegoddd
Copy link
Copy Markdown
Contributor

An Automated Dependency Version Bump PR 👑

Initial Changes

The changes contained in this PR were produced by `go get`ing the dependency.

```bash
go get github.com/dolthub/[dependency]/go@[commit]
```

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 30, 2026

Main PR
covering_index_scan_postgres 591.69/s 585.17/s -1.2%
index_join_postgres 127.34/s 127.30/s -0.1%
index_join_scan_postgres 187.46/s 186.68/s -0.5%
index_scan_postgres 11.58/s 11.25/s -2.9%
oltp_point_select 2346.90/s 2373.00/s +1.1%
oltp_read_only 1721.14/s 1727.90/s +0.3%
select_random_points 112.92/s 112.32/s -0.6%
select_random_ranges 439.83/s 439.16/s -0.2%
table_scan_postgres 11.44/s 11.31/s -1.2%
types_table_scan_postgres 5.23/s 5.27/s +0.7%

@github-actions
Copy link
Copy Markdown
Contributor

Main PR
Total 42090 42090
Successful 17567 17555
Failures 24523 24535
Partial Successes1 5582 5582
Main PR
Successful 41.7368% 41.7082%
Failures 58.2632% 58.2918%

${\color{red}Regressions (12)}$

aggregates

QUERY:          create temp table t1(f1 int, f2 bigint);
RECEIVED ERROR: table with name t1 already exists (errno 1105) (sqlstate HY000)

foreign_key

QUERY:          create temp table pp (f1 int primary key);
RECEIVED ERROR: table with name pp already exists (errno 1105) (sqlstate HY000)

join

QUERY:          create temp table a (
     code char not null,
     constraint a_pk primary key (code)
);
RECEIVED ERROR: table with name a already exists (errno 1105) (sqlstate HY000)
QUERY:          create temp table b (
     a char not null,
     num integer not null,
     constraint b_pk primary key (a, num)
);
RECEIVED ERROR: table with name b already exists (errno 1105) (sqlstate HY000)
QUERY:          CREATE TEMP TABLE a (id int PRIMARY KEY, b_id int);
RECEIVED ERROR: table with name a already exists (errno 1105) (sqlstate HY000)
QUERY:          CREATE TEMP TABLE b (id int PRIMARY KEY, c_id int);
RECEIVED ERROR: table with name b already exists (errno 1105) (sqlstate HY000)
QUERY:          CREATE TEMP TABLE c (id int PRIMARY KEY);
RECEIVED ERROR: table with name c already exists (errno 1105) (sqlstate HY000)
QUERY:          CREATE TEMP TABLE a (id int PRIMARY KEY);
RECEIVED ERROR: table with name a already exists (errno 1105) (sqlstate HY000)
QUERY:          CREATE TEMP TABLE b (id int PRIMARY KEY, a_id int);
RECEIVED ERROR: table with name b already exists (errno 1105) (sqlstate HY000)
QUERY:          select unique2, x.*
from int4_tbl x left join lateral (select unique1, unique2 from tenk1 where f1 = unique1) ss on true;
RECEIVED ERROR: expected row count 5 but received 1
QUERY:          select * from int4_tbl i left join
  lateral (select * from int2_tbl j where i.f1 = j.f1) k on true;
RECEIVED ERROR: expected row count 5 but received 1

psql

QUERY:          SELECT e.extname AS "Name", e.extversion AS "Version", n.nspname AS "Schema", c.description AS "Description"
FROM pg_catalog.pg_extension e LEFT JOIN pg_catalog.pg_namespace n ON n.oid = e.extnamespace LEFT JOIN pg_catalog.pg_description c ON c.objoid = e.oid AND c.classoid = 'pg_catalog.pg_extension'::pg_catalog.regclass
WHERE e.extname OPERATOR(pg_catalog.~) E'^(no\\.such\\.installed\\.extension)$' COLLATE pg_catalog.default
ORDER BY 1;
RECEIVED ERROR: timeout during Receive

Footnotes

  1. These are tests that we're marking as Successful, however they do not match the expected output in some way. This is due to small differences, such as different wording on the error messages, or the column names being incorrect while the data itself is correct.

@fulghum fulghum closed this Feb 4, 2026
@fulghum fulghum reopened this Feb 4, 2026
@fulghum fulghum closed this Feb 4, 2026
@Hydrocharged Hydrocharged deleted the coffeegoddd-0fd8b6b9 branch March 24, 2026 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants