Skip to content

Conversation

hannes
Copy link
Member

@hannes hannes commented Jun 3, 2025

@gropaul
Copy link
Contributor

gropaul commented Jun 3, 2025

Thanks for the fix! 🙌 Is this specific to this case or should one generally not Flatten and then Reference? (for me to avoid future errors)

@hannes
Copy link
Member Author

hannes commented Jun 3, 2025

In this case the Flatten was problematic because the vector is passed in from elsewhere and re-used in various places. Should really be const but UnifiedFormat does not like that (yet).

@gropaul
Copy link
Contributor

gropaul commented Jun 3, 2025

Thanks for the explanation!

@Mytherin Mytherin merged commit 72ee13e into duckdb:v1.3-ossivalis Jun 3, 2025
48 checks passed
@Mytherin
Copy link
Collaborator

Mytherin commented Jun 3, 2025

Thanks!

github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Jun 5, 2025
Don't Flatten() then Reference() (duckdb/duckdb#17769)
CLI: make -f always bail on error (duckdb/duckdb#17768)
github-actions bot added a commit to duckdb/duckdb-r that referenced this pull request Jun 5, 2025
Don't Flatten() then Reference() (duckdb/duckdb#17769)
CLI: make -f always bail on error (duckdb/duckdb#17768)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants