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
fix: resolve PartitionSpec strategy mapping in CreateStmt method
- Fixed partspec transformation to correctly map PG15 strategy strings to PG16 enum values
- Handles partspec as plain object in CreateStmt rather than separate wrapped node method
- Improves test pass rate from 180/258 to 183/258 (70.9% success rate)
- Resolves pretty-create_table.test.ts failures with proper strategy enum conversion
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments