fix: explain duckdb failures caused by job isolation

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ruben Fiszel
2026-08-06 17:30:24 +00:00
parent 3c1403ee09
commit 73fe87fdb5
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
181fa0c206d7f84a289b4396a7f7764bc815d284
9b6e7cac8d757283ef5455d16749810dfa4a9330
@@ -1641,6 +1641,8 @@ pub async fn do_duckdb(
let (result, column_order) = match result {
Ok(r) => r,
Err(e) => {
#[cfg(feature = "private")]
let e = crate::duckdb_isolation_ee::explain_error(e);
if let Some((_, meta)) = &materialize {
record_mat(
conn,