Skip to content

[auto-bump] [no-release-notes] dependency by max-hoffman#1249

Merged
reltuk merged 6 commits intomainfrom
max-hoffman-0565b03a
Mar 5, 2025
Merged

[auto-bump] [no-release-notes] dependency by max-hoffman#1249
reltuk merged 6 commits intomainfrom
max-hoffman-0565b03a

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 Mar 5, 2025

Main PR
covering_index_scan_postgres 393.72/s 385.09/s -2.2%
index_join_postgres 155.41/s 156.19/s +0.5%
index_join_scan_postgres 186.02/s 188.07/s +1.1%
index_scan_postgres 12.44/s 12.48/s +0.3%
oltp_point_select 2816.88/s 2869.46/s +1.8%
oltp_read_only 1874.00/s 1904.54/s +1.6%
select_random_points 110.17/s 111.33/s +1.0%
select_random_ranges 140.34/s 133.69/s -4.8%
table_scan_postgres 10.28/s 10.30/s +0.1%
types_table_scan_postgres 5.36/s 5.42/s +1.1%

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 5, 2025

Main PR
Total 42090 42090
Successful 15686 15691
Failures 26404 26399
Partial Successes1 5209 5203
Main PR
Successful 37.2678% 37.2796%
Failures 62.7322% 62.7204%

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

alter_table

QUERY:          CREATE TYPE mytype AS (a int);
RECEIVED ERROR: type "mytype" already exists (errno 1105) (sqlstate HY000)

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

strings

QUERY: SELECT regexp_instr('abcdefghi', 'd.f');
QUERY: SELECT regexp_instr('abcdefghi', 'd.q');
QUERY: SELECT regexp_instr('abcabcabc', 'a.c');
QUERY: SELECT regexp_instr('abcabcabc', 'a.c', 2);
QUERY: SELECT regexp_instr('abcabcabc', 'a.c', 1, 3);
QUERY: SELECT regexp_instr('abcabcabc', 'a.c', 1, 4);
QUERY: SELECT regexp_instr('abcabcabc', 'A.C', 1, 2, 0, 'i');
QUERY: SELECT regexp_substr('abcdefghi', 'd.f');
QUERY: SELECT regexp_substr('abcabcabc', 'a.c');
QUERY: SELECT regexp_substr('abcabcabc', 'a.c', 2);
QUERY: SELECT regexp_substr('abcabcabc', 'a.c', 1, 3);
QUERY: SELECT regexp_substr('abcabcabc', 'A.C', 1, 2, 'i');

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.

Copy link
Copy Markdown
Contributor

@reltuk reltuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to land this to get doltgresql building again.

@reltuk reltuk merged commit 98c1429 into main Mar 5, 2025
14 checks passed
@reltuk reltuk deleted the max-hoffman-0565b03a branch March 5, 2025 18:53
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.

3 participants