Skip to content

Commit b41d05e

Browse files
committed
links to issues
1 parent d40d024 commit b41d05e

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

tools/greenplum-to-pg-tests/issues.yaml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ issues:
2929
FROM mytable
3030
- name: Execute prepared statement
3131
count: 8317
32-
issue_link:
32+
issue_link: https://github.com/ydb-platform/ydb/issues/7191
3333
issue_regexp: "^RawStmt: alternative is not implemented yet : 234$"
3434
example: EXECUTE dumpAgg('123')
3535
- name: general parsing errors
@@ -98,12 +98,12 @@ issues:
9898
- Expected type cast node as is_local arg, but got node with tag
9999
- name: 'PG: InsertStmt: not supported onConflictClause'
100100
count: 1482133
101+
issue_link: https://github.com/ydb-platform/ydb/issues/7194
101102
issue_regexp:
102103
- 'InsertStmt: not supported onConflictClause'
103-
- name: 'PG: RangeFunction: unsupported coldeflist'
104-
count: 1
105-
issue_regexp:
106-
- 'RangeFunction: unsupported coldeflist'
104+
example: |
105+
INSERT INTO table (hostname, updated, max_connections) VALUES ($1, NOW(), $2)
106+
ON CONFLICT (hostname) DO UPDATE SET updated = NOW(), max_connections = $2
107107
- name: 'PG: Support NOT DISTINCT'
108108
count: 11
109109
issue_regexp:
@@ -119,6 +119,7 @@ issues:
119119
- 'FuncCall: expected pg_catalog, but got: '
120120
- name: Generator functions in SELECT
121121
count: 317436
122+
issue_link: https://github.com/ydb-platform/ydb/issues/7195
122123
issue_regexp:
123124
- '^Generator functions are not allowed in: SELECT$'
124125
example: SELECT UNNEST($1)
@@ -128,8 +129,13 @@ issues:
128129
- '^RawStmt: alternative is not implemented yet : 282$'
129130
example: DISCARD ALL
130131
- name: ANALYZE
131-
issue_regexp: "RawStmt: alternative is not implemented yet : 276"
132-
example: ANALYZE lc;
132+
count: 15071109
133+
issue_regexp:
134+
- "^RawStmt: alternative is not implemented yet : 220$"
135+
- "^RawStmt: alternative is not implemented yet : 276$"
136+
example: |
137+
ANALYZE lc;
138+
analyse q;
133139
- name: RESET var
134140
issue_regexp: "^VariableSetStmt, not supported kind: 4$"
135141
query_regexp: RESET ROLE

0 commit comments

Comments
 (0)