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 reltuk #1122

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

Main PR
covering_index_scan_postgres 365.90/s 368.88/s +0.8%
index_join_postgres 153.45/s 152.95/s -0.4%
index_join_scan_postgres 183.30/s 182.14/s -0.7%
index_scan_postgres 12.42/s 12.52/s +0.8%
oltp_point_select 2752.57/s 2820.93/s +2.4%
oltp_read_only 1869.96/s 1887.44/s +0.9%
select_random_points 112.23/s 110.62/s -1.5%
select_random_ranges 127.32/s 129.31/s +1.5%
table_scan_postgres 11.81/s 11.75/s -0.6%
types_table_scan_postgres 5.57/s 5.64/s +1.2%

Copy link
Contributor

Main PR
Total 42090 42090
Successful 15442 15444
Failures 26648 26646
Partial Successes1 5236 5236
Main PR
Successful 36.6880% 36.6928%
Failures 63.3120% 63.3072%

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

join

QUERY: SELECT * FROM
  (SELECT name, n as s1_n FROM t1) as s1
FULL JOIN
  (SELECT name, 2 as s2_n FROM t2) as s2
ON (s1_n = s2_n);
QUERY: select * from int4_tbl a full join int4_tbl b on false;

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

This PR has been superseded by #1123

@github-actions github-actions bot closed this Jan 15, 2025
@Hydrocharged Hydrocharged deleted the reltuk-1681cbd4 branch January 21, 2025 13:38
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