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
Tests: CircuitBreakingException[Allocating 2mb for 'copyFrom: 0' failed, breaker would use 308mb in total. Limit is 307.1mb. Either increase memory and limit, change the query or reduce concurrent query load] #525
Just a fluke from here, happening in one of the CI runs of GH-523.
FAILED tests/datasets/test_loading.py::test_dataset_replace[tutorial/chicago-311-records] - sqlalchemy.exc.ProgrammingError: (crate.client.exceptions.ProgrammingError) CircuitBreakingException[Allocating 2mb for 'copyFrom: 0' failed, breaker would use 308mb in total. Limit is 307.1mb. Either increase memory and limit, change the query or reduce concurrent query load]
[SQL: COPY tutorial_chicago_311_records
FROM 'https://cdn.crate.io/downloads/datasets/cratedb-datasets/academy/chicago-data/311_records_apr_2024.json.gz'
WITH (compression='gzip') RETURN SUMMARY;]
(Background on this error at: https://sqlalche.me/e/20/f405)