Elliana May
Elliana May
@frankier that would require us to port our CI config to their format though, right?
This will probably be possible once Mac M1 build machines are available, and we don't need to build via emulation See the note at the end of https://github.blog/2023-03-01-github-actions-introducing-faster-github-hosted-x64-macos-runners/#apple-silicon-is-on-the-way
@kamaljit-1991 are you able to test it works as expected with the 0.6.0 release?
Fixed in https://github.com/duckdb/duckdb/pull/7000
Looks like this was fixed in https://github.com/duckdb/duckdb/pull/7262
> Been using this PR for a week now and seems to work. Would like to see 2.0 support added. That's great to hear, thanks for trying it out! I'm...
You could easily apply it to the whole application? Here's an example from my own API: ```python app.include_router( api, prefix='/api', dependencies=[Security(get_current_user, scopes=['openid'])], ) ```
This situation should be improved now (no longer segfault), but the underlying issue, no timetz support in arrow, remains
> I'm getting the same, @wangfenjin @Mause, since @jubos has provided a reproduction of the issue, surely this deserves to be investigated as a priority? I've investigated it yeah, but...
> I am seeing issues when I try to open up the db with the duckdb cli: > > `./duckdb -init $HOME/analytics/dbt/gpa.duckdb` > > ``` > Error: near line 1:...