You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
risingwave: make DDL column order consistent with from-proto inserts
- In CREATE TABLE, emit system columns (block_number, block_timestamp) before PK
- Keeps inline PRIMARY KEY for explicit PK; composite PK unchanged
- Adds test to assert block_number appears before id in emitted SQL
0 commit comments