Skip to content

[auto-bump] [no-release-notes] dependency by reltuk#2591

Open
coffeegoddd wants to merge 1 commit intomainfrom
reltuk-265a3756
Open

[auto-bump] [no-release-notes] dependency by reltuk#2591
coffeegoddd wants to merge 1 commit intomainfrom
reltuk-265a3756

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

Main PR
covering_index_scan_postgres 1105.76/s 1098.76/s -0.7%
index_join_postgres 156.97/s 157.21/s +0.1%
index_join_scan_postgres 206.15/s 206.10/s -0.1%
index_scan_postgres 12.06/s 11.73/s -2.8%
oltp_point_select 2318.38/s 2307.40/s -0.5%
oltp_read_only 1833.74/s 1833.68/s -0.1%
select_random_points 126.97/s 128.43/s +1.1%
select_random_ranges 823.63/s 824.36/s 0.0%
table_scan_postgres 11.83/s 11.63/s -1.7%
types_table_scan_postgres 5.43/s 5.34/s -1.7%

@github-actions
Copy link
Copy Markdown
Contributor

Main PR
Total 42090 42090
Successful 17978 17973
Failures 24112 24117
Partial Successes1 5636 5637
Main PR
Successful 42.7132% 42.7014%
Failures 57.2868% 57.2986%

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

domain

QUERY:          create table dom_table (x inotnull);
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          drop table dom_table;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          drop domain inotnull;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          drop function sql_is_distinct_from(anyelement, anyelement);
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          create domain testdomain1 as int;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference
QUERY:          drop domain testdomain1;
RECEIVED ERROR: runtime error: invalid memory address or nil pointer dereference

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

domain

QUERY: select null::inotnull;

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