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
statement.cpp: In function ‘SEXPREC* rapi_execute(duckdb::stmt_eptr_t, bool, bool)’:
statement.cpp:345:39: error: ‘IsFinishedOrBlocked’ is not a member of ‘duckdb::PendingQueryResult’
345 | } while (!PendingQueryResult::IsFinishedOrBlocked(execution_result));
| ^~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
@krlmlr Yes, that change was introduced by duckdb/duckdb#12636
You should now use PendingQueryResult::IsResultReady no matter if the result collector is materialized or streaming
I should have mentioned that in the PR description
With duckdb/duckdb#12636.
https://github.com/duckdb/duckdb-r/actions/runs/9722578776/job/26836690380#step:8:683
The text was updated successfully, but these errors were encountered: