cwida / duckpgq-extension

DuckDB extension that adds support for SQL/PGQ
https://duckpgq.notion.site/b8ac652667964f958bfada1c3e53f1bb?v=3b47a8d44bdf4e0c8b503bf23f1b76f2
MIT License
73 stars 7 forks source link

Fix segmentation fault when doing top k queries #152

Closed Dtenwolde closed 3 weeks ago

Dtenwolde commented 3 weeks ago

Fixes https://github.com/cwida/duckpgq-extension/issues/46

This PR only fixes the segmentation fault users could get when trying top k queries with slightly incorrect syntax, such as the example query in the abovementioned issue.

We do not yet support TopK queries.