Skip to content

[auto-bump] [no-release-notes] dependency by zachmu#2427

Closed
coffeegoddd wants to merge 1 commit intomainfrom
zachmu-23385c06
Closed

[auto-bump] [no-release-notes] dependency by zachmu#2427
coffeegoddd wants to merge 1 commit intomainfrom
zachmu-23385c06

Conversation

@coffeegoddd
Copy link
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
Contributor

github-actions bot commented Mar 6, 2026

Main PR
covering_index_scan_postgres 565.85/s 575.60/s +1.7%
index_join_postgres 123.43/s 123.80/s +0.2%
index_join_scan_postgres 181.96/s 182.73/s +0.4%
index_scan_postgres 10.95/s 11.01/s +0.5%
oltp_point_select 2401.50/s 2390.85/s -0.5%
oltp_read_only 1715.56/s 1709.00/s -0.4%
select_random_points 109.47/s 110.68/s +1.1%
select_random_ranges 437.15/s 441.26/s +0.9%
table_scan_postgres 10.73/s 10.79/s +0.5%
types_table_scan_postgres 4.98/s 5.01/s +0.6%

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

Main PR
Total 42090 42090
Successful 17601 17653
Failures 24489 24437
Partial Successes1 5565 5575
Main PR
Successful 41.8175% 41.9411%
Failures 58.1825% 58.0589%

${\color{lightgreen}Progressions (53)}$

random

QUERY: (SELECT unique1 AS random
  FROM onek ORDER BY random() LIMIT 1)
INTERSECT
(SELECT unique1 AS random
  FROM onek ORDER BY random() LIMIT 1)
INTERSECT
(SELECT unique1 AS random
  FROM onek ORDER BY random() LIMIT 1);

rowtypes

QUERY: create temp table quadtable(f1 int, q quad);
QUERY: create temp table people (fn fullname, bd date);
QUERY: create temp table pp (f1 text);
QUERY: insert into pp values (repeat('abcdefghijkl', 100000));
QUERY: select ROW(1,2) < ROW(1,3) as true;
QUERY: select ROW(1,2) < ROW(1,NULL) as null;
QUERY: select ROW(1,2,3) < ROW(1,3,NULL) as true;
QUERY: select ROW(11,'ABC') < ROW(11,'DEF') as true;
QUERY: select ROW(12,'ABC') > ROW(11,'DEF') as true;
QUERY: select ROW(1,2,3) < ROW(1,NULL,4) as null;
QUERY: select ROW(1,2,3) <> ROW(1,NULL,4) as true;
QUERY: select ROW(1,2) = ROW(1,2::int8);
QUERY: select ROW(1,2) in (ROW(3,4), ROW(1,2));
QUERY: select ROW(1,2) in (ROW(3,4), ROW(1,2::int8));
QUERY: select thousand, tenthous from tenk1
where (thousand, tenthous) >= (997, 5000)
order by thousand, tenthous;
QUERY: create temp table test_table (a text, b text);
QUERY: insert into test_table values ('a', 'b');
QUERY: insert into test_table select 'a', null from generate_series(1,1000);
QUERY: insert into test_table values ('b', 'a');
QUERY: create index on test_table (a,b);
QUERY: set enable_sort = off;
QUERY: select a,b from test_table where (a,b) > ('a','a') order by a,b;
QUERY: reset enable_sort;
QUERY: select ROW();
QUERY: select ROW() IS NULL;
QUERY: select array[ row(1,2), row(3,4), row(5,6) ];
QUERY: select row(1,1.1) = any (array[ row(7,7.7), row(1,1.1), row(0,0.0) ]);
QUERY: select row(1,1.1) = any (array[ row(7,7.7), row(1,1.0), row(0,0.0) ]);
QUERY: create type testtype1 as (a int, b int);
QUERY: create type testtype3 as (a int, b text);
QUERY: create type testtype5 as (a int);
QUERY: create type testtype2 as (a smallint, b bool);
QUERY: CREATE TABLE price (
    id SERIAL PRIMARY KEY,
    active BOOLEAN NOT NULL,
    price NUMERIC
);
QUERY: CREATE TYPE price_input AS (
    id INTEGER,
    price NUMERIC
);
QUERY: CREATE TYPE price_key AS (
    id INTEGER
);
QUERY: insert into price values (1,false,42), (10,false,100), (11,true,17.99);
QUERY: rollback;
QUERY: create temp table compos (f1 int, f2 text);
QUERY: select cast (fullname as text) from fullname;

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.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

This PR has been superseded by #2430

@github-actions github-actions bot closed this Mar 6, 2026
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