Skip to content

Commit

Permalink
Merge pull request #461 from duckdb/f-exp-depth-2
Browse files Browse the repository at this point in the history
Sync tests
  • Loading branch information
krlmlr authored Oct 14, 2024
2 parents 7d39629 + 92a8531 commit d80c559
Show file tree
Hide file tree
Showing 3 changed files with 4,329 additions and 1,427 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: duckdb
Title: DBI Package for the DuckDB Database Management System
Version: 1.1.0
Version: 1.1.1
Authors@R: c(
person("Hannes", "Mühleisen", , "hannes@cwi.nl", role = "aut",
comment = c(ORCID = "0000-0001-8552-0029")),
Expand Down
1 change: 1 addition & 0 deletions src/reltoaltrep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ struct AltrepRelationWrapper {
}

// We need to temporarily allow a deeper execution stack
// https://github.com/duckdb/duckdb-r/issues/101
auto old_depth = rel->context.GetContext()->config.max_expression_depth;
rel->context.GetContext()->config.max_expression_depth = old_depth * 2;
res = rel->Execute();
Expand Down
Loading

0 comments on commit d80c559

Please sign in to comment.