cwida / duckpgq-extension

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

Update extension to DuckDBv1.1.0 #149

Closed Dtenwolde closed 2 months ago

Dtenwolde commented 2 months ago

What happens?

DuckDB released v1.1.0 https://github.com/duckdb/duckdb/releases/tag/v1.1.0

The extension should be updated

See #119 for instructions

We can also bump the community extension version once the transition is complete

To Reproduce

-

OS:

macOs 13 - Apple M1 Pro

DuckDB Version:

v1.1.0

DuckDB Client:

CLI

Full Name:

Daniel ten Wolde

Affiliation:

CWI

How did you load the extension?

Community extension version

Did you include all relevant data sets for reproducing the issue?

No - Other reason (please specify in the issue body)

Did you include all code required to reproduce the issue?

Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?

Dtenwolde commented 2 months ago

Some minor changes:

Dtenwolde commented 2 months ago

The path-finding operator required a bit more changes. Still working on the optimizer rule to properly detect when to execute it

Dtenwolde commented 2 months ago

Submitted an update to the community extension repository to make DuckPGQ easily installable. https://github.com/duckdb/community-extensions/commit/56ea0de157bb9badb397d6eddd6c79df1650d3da

Closing this issue