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 parameter type inference for untyped parameters in extended queries (#152)
- Default to TEXT type instead of throwing fatal errors for unknown parameter types
- Allows arithmetic operations with untyped parameters to work through implicit casting
- Unify all UTF8 Arrow variants (Utf8, LargeUtf8, Utf8View) to use TEXT type consistently
- Resolves schema mismatches between TEXT/VARCHAR type expectations
This fixes issues where queries like 'SELECT + ' would fail with 'Unknown parameter type'
errors when DataFusion couldn't infer the parameter types from context.
0 commit comments