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 zachmu #720

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
Total 42090 42090
Successful 10785 10794
Failures 31305 31296
Partial Successes1 4677 4685
Main PR
Successful 25.6237% 25.6450%
Failures 74.3763% 74.3550%

Regressions:

boolean

QUERY:          SELECT BOOLTBL1.*
   FROM BOOLTBL1
   WHERE f1 <> bool 'false';
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

collate.icu.utf8

QUERY:          SELECT * FROM collate_test1 WHERE b ~ '^abc';
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

create_table

QUERY:          SELECT firstc, lastc FROM extra_wide_table;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

date

QUERY:          SELECT EXTRACT(MILLENNIUM FROM DATE '1000-12-31');
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT EXTRACT(WEEK          FROM DATE '2020-08-11');
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

float8

QUERY:          SELECT power(float8 'NaN', float8 '0');
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT power(float8 '0', float8 'inf');
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT tanh(float8 '-infinity');
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

int2

QUERY:          SELECT (-32768)::int2 % (-1)::int2;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

int4

QUERY:          SELECT 2- -1 AS three;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT int4 '2' * int2 '2' = int2 '16' / int4 '4' AS true;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT ((-1::int4<<31)+1)::text;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

int8

QUERY:          select '9223372036854775807'::int8;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

interval

QUERY:          SELECT interval '1-2' year to month;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT interval '1 2:03' day to second;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT interval '1 +2:03' minute to second;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

json

QUERY:          SELECT '{}'::json;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

json_encoding

QUERY:          SELECT jsonb '{ "a":  "the Copyright \u00a9 sign" }' as correct_in_utf8;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

jsonb

QUERY:          SELECT '""'::jsonb;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT '"abc"'::jsonb;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT 'true'::jsonb;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT 'null'::jsonb;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT jsonb '{"a":"null", "b":"qq"}' ? 'a';
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          select '{"a":1}' || '"a"'::jsonb;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          select '12345'::jsonb::int4;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

numeric

QUERY:          select min_scale(0);
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

regproc

QUERY:          SELECT to_regtype('pg_catalog.int4');
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

rowtypes

QUERY:          select f.last from fullname f;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

sequence

QUERY:          SELECT setval('sequence_test'::text, 32);
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT nextval('sequence_test4');
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

strings

QUERY:          SELECT CAST(name 'namefield' AS char(10)) AS "char(name)";
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT regexp_replace('A PostgreSQL function', 'A|e|i|o|u', 'X', 1, 2);
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT 'abc'::name LIKE '_b_' AS "true";
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT text 'text' || varchar ' and varchar' AS "Concat text to varchar";
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          select md5('message digest') = 'f96b697d7cb7938d525a2f31aaf161d0' AS "TRUE";
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT initcap('hi THOMAS');
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)
QUERY:          SELECT ascii('');
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

vacuum

QUERY:          SELECT * FROM vactst;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

xid

QUERY:          select ''::xid;
RECEIVED ERROR: returned values differ (order was ignored due to missing ORDER BY)

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. ↩

@Hydrocharged Hydrocharged deleted the zachmu-0083a13f branch September 19, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants