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
Add Hive syntax support, type aliases, parse fallback, and index-based hints
- Normalize Hive-style DDL syntax (array<struct<a:int>>) to Trino-style
so users can paste DESCRIBE TABLE output directly as type hints
- Resolve type alias "int" to "integer" in the parser
- Fall back to untyped conversion when typed converter returns None,
preventing silent data loss on parse failures
- Support integer keys in result_set_type_hints for index-based column
resolution, enabling hints for duplicate column names
- Update type annotations across all cursor/result_set files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments