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
DuckDB transpiler fails to substitute actual component names for UDO parameters, leaving placeholders (like "c") in the final SQL. This causes binder errors even though standard-syntax versions of the same logic work fine.
Summary
DuckDB transpiler fails to substitute actual component names for UDO parameters, leaving placeholders (like "c") in the final SQL. This causes binder errors even though standard-syntax versions of the same logic work fine.