Commit 7f00044
Fix DDL test assertions to match actual compiler output
Fix MAP type assertions to include spaces in generated DDL:
- MAP<STRING,STRING> -> MAP<STRING, STRING>
- MAP<STRING,INTEGER> -> MAP<STRING, INTEGER>
This matches the actual SQLAlchemy compiler output which includes
spaces after commas in type parameter lists.
Fixes CI test failures:
- test_create_table_with_map_types
- test_create_table_with_struct_types (nested MAP parts)
- test_create_table_with_complex_nested_types
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 749efcd commit 7f00044
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2053 | 2053 | | |
2054 | 2054 | | |
2055 | 2055 | | |
2056 | | - | |
2057 | | - | |
2058 | | - | |
2059 | | - | |
| 2056 | + | |
| 2057 | + | |
| 2058 | + | |
| 2059 | + | |
2060 | 2060 | | |
2061 | 2061 | | |
2062 | 2062 | | |
| |||
2100 | 2100 | | |
2101 | 2101 | | |
2102 | 2102 | | |
2103 | | - | |
| 2103 | + | |
2104 | 2104 | | |
2105 | 2105 | | |
2106 | 2106 | | |
| |||
2135 | 2135 | | |
2136 | 2136 | | |
2137 | 2137 | | |
2138 | | - | |
| 2138 | + | |
2139 | 2139 | | |
2140 | 2140 | | |
2141 | 2141 | | |
0 commit comments