rilldata / rill

Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.

Home Page:https://www.rilldata.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime: Upgrade to DuckDB 1.0.0

begelundmuller opened this issue · comments

update to github.com/marcboeker/go-duckdb v1.7.0 in go.mod, and rebuild.
I don't have a mac to test if the workaround is still needed.
On the birght side, updating to duckdb 1.0.0 has corrected a SIGFPE exception I was getting with my json data file.

This might potentially break motherduck connector. Need to test that out after the upgrade. Breaking it is not a blocker, but something to be called out in release notes.

update to github.com/marcboeker/go-duckdb v1.7.0 in go.mod, and rebuild.
I don't have a mac to test if the workaround is still needed.
On the birght side, updating to duckdb 1.0.0 has corrected a SIGFPE exception I was getting with my json data file.

Tested. Workaround no longer needed.