risingwavelabs / risingwave

Best-in-class stream processing, analytics, and management. Perform continuous analytics, or build event-driven applications, real-time ETL pipelines, and feature stores in minutes. Unified streaming and batch. PostgreSQL compatible.
https://go.risingwave.com/slack
Apache License 2.0
7.06k stars 581 forks source link

test: enable `join` duckdb test cases #5983

Open lmatz opened 2 years ago

lmatz commented 2 years ago

Source: https://github.com/duckdb/duckdb/tree/master/test/sql/join

join/cross_product:

join/external:

join/full_outer:

join/iejoin:

join/inner:

join/left_outer:

~join/mark:~ ~- [ ] test_mark_join_types.test_coverage~

join/natural:

join/right_outer:

liurenjie1024 commented 1 year ago

Blocked by #6570 #6569