-
Notifications
You must be signed in to change notification settings - Fork 700
Open
Labels
good first issueGood for newcomersGood for newcomerstype/featureType: New feature.Type: New feature.
Description
As we add more features, these should be tested via sqlsmith as well.
SQL Features:
- Generate other table functions:
generate_series,unnest. See: sqlsmith: Generate table function #4540 - Generate array_agg, jsonb_agg, jsonb_object_agg
- Generate select from System Tables
- Generate
NATURAL JOIN - Generate
JOINwithUSING - Generate query w/o
GROUP BY - Randomly toggle session variables
- Generate
pow/exp. - Generate TopN by group: https://www.risingwave.dev/docs/current/sql-pattern-topn/
- Generate jsonb exprs, see: Tracking: jsonb operations #7714
- sqlsmith: Generate
structandlistexprs #7132 - Generate order-by-clauses with
NULLS { FIRST | LAST }(will be done in 000cbc1) - Generate
max,min,countfortimestamptz - Generate
bit_and,bit_orandbig_xorin batch queries, andbit_xorin streaming queries. - Generate array range access.
- sqlsmith: test EOWC #10241
- Generate window functions other than
row_number,rank. - Generate
ALTERDDL statements.\ - Support SELECT * EXCEPT in sqlsmith #10516
- Generate temporal filter in sqlsmith
neverchanje, fuyufjh and stdrc
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype/featureType: New feature.Type: New feature.