Getting the following error in some runs of the CI, not all of them. Results to reproduce this locally using export OSX_BUILD_ARCH=x86_64 and running the tests have been unsuccessful.
Link to failed build
================================================================================
Query unexpectedly failed (/Users/runner/work/community-extensions/community-extensions/test/sql/scalar/local_clustering_coefficient.test:131)
================================================================================
select a.id, a.name, local_clustering_coefficient from local_clustering_coefficient(pg, student, know), student a where a.id = lcc.id;
================================================================================
Actual result:
INTERNAL Error: Attempted to dereference unique_ptr that is NULL!
This error signals an assertion failure within DuckDB. This usually occurs due to unexpected conditions or errors in the program's logic.
For more information, see https://duckdb.org/docs/dev/internal_errors
Getting the following error in some runs of the CI, not all of them. Results to reproduce this locally using
export OSX_BUILD_ARCH=x86_64
and running the tests have been unsuccessful. Link to failed buildSeems to happen during this test: