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
query-planner: this branch contains a query planner version.
Same library, same functions. In this version, invoking wvlet causes a segfault when trying to convert to SQL, before even attempting to return data into DuckDB:
D from [[1]] as numbers(a);
segfault
The code is essentially the same, and the passed types are correct.
We have two version of this extension:
Working Example
main
: the main branch contains a version based on a table function.It invokes wvlet functions correctly, converts input to SQL and returns results:
Failing Example
query-planner
: this branch contains a query planner version.Same library, same functions. In this version, invoking wvlet causes a segfault when trying to convert to SQL, before even attempting to return data into DuckDB:
The code is essentially the same, and the passed types are correct.
The text was updated successfully, but these errors were encountered: