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
This may be related to #211, but I'm creating a new issue since:
This the cause is somewhat different
The SQL/logic here is completely valid, works fine with duckdb CLI
As far as I can tell, any/all generated columns cause appender.append_row to seg fault immediately (I'm running on M1 MacOS, using duckdb = { version = "0.10.1", features = ["bundled"] }).
cargo r
Finished dev [unoptimized + debuginfo] target(s) in 0.25s
Running `/Users/samuel/code/testing/target/debug/testing`
zsh: segmentation fault cargo r
The text was updated successfully, but these errors were encountered:
This may be related to #211, but I'm creating a new issue since:
As far as I can tell, any/all generated columns cause
appender.append_row
to seg fault immediately (I'm running on M1 MacOS, usingduckdb = { version = "0.10.1", features = ["bundled"] }
).Minimal reproduction:
Output:
The text was updated successfully, but these errors were encountered: