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 jycor #1181

Open
wants to merge 1 commit into
base: main
Choose a base branch
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 376.63/s 367.35/s -2.5%
index_join_postgres 155.11/s 154.68/s -0.3%
index_join_scan_postgres 184.86/s 182.79/s -1.2%
index_scan_postgres 12.77/s 12.83/s +0.4%
oltp_point_select 2835.83/s 2832.41/s -0.2%
oltp_read_only 1898.27/s 1901.06/s +0.1%
select_random_points 115.41/s 114.09/s -1.2%
select_random_ranges 133.11/s 130.89/s -1.7%
table_scan_postgres 12.19/s 11.89/s -2.5%
types_table_scan_postgres 5.61/s 5.65/s +0.7%

Copy link
Contributor

github-actions bot commented Feb 7, 2025

Main PR
Total 42090 42090
Successful 15554 15558
Failures 26536 26532
Partial Successes1 5213 5212
Main PR
Successful 36.9541% 36.9636%
Failures 63.0459% 63.0364%

${\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. ↩

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