Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[auto-bump] [no-release-notes] dependency by nicktobey #1180

Closed
wants to merge 1 commit into from

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]
```

Copy link
Contributor

github-actions bot commented Feb 7, 2025

Main PR
covering_index_scan_postgres 370.30/s 361.54/s -2.4%
index_join_postgres 149.69/s 149.62/s -0.1%
index_join_scan_postgres 182.07/s 181.47/s -0.4%
index_scan_postgres 12.44/s 12.56/s +0.9%
oltp_point_select 2704.33/s 2704.84/s 0.0%
oltp_read_only 1828.64/s 1812.62/s -0.9%
select_random_points 110.54/s 108.05/s -2.3%
select_random_ranges 130.56/s 127.79/s -2.2%
table_scan_postgres 11.89/s 11.72/s -1.5%
types_table_scan_postgres 5.60/s 5.52/s -1.5%

Copy link
Contributor

github-actions bot commented Feb 7, 2025

Main PR
Total 42090 42090
Successful 15557 15561
Failures 26533 26529
Partial Successes1 5216 5215
Main PR
Successful 36.9613% 36.9708%
Failures 63.0387% 63.0292%

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

jsonb

QUERY: SELECT count(*) FROM testjsonb WHERE j > '{"p":1}';

uuid

QUERY: INSERT INTO guid1(guid_field) VALUES('44444444-4444-4444-4444-444444444444');
QUERY: SELECT COUNT(*) FROM guid1 g1 LEFT JOIN guid2 g2 ON g1.guid_field = g2.guid_field WHERE g2.guid_field IS NULL;
QUERY: INSERT INTO guid1 (guid_field) VALUES (gen_random_uuid());
QUERY: INSERT INTO guid1 (guid_field) VALUES (gen_random_uuid());

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
Contributor

github-actions bot commented Feb 7, 2025

This PR has been superseded by #1181

@github-actions github-actions bot closed this Feb 7, 2025
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