Skip to content

Conversation

hawkfish
Copy link
Contributor

We were not resetting the scan chunk when building secondary tables during IEJoin. This could be problematic if the predicate was computed and the input was more than one chunk.

fixes: #11234
fixes: duckdblabs/duckdb-internal#1622

We were not resetting the scan chunk when building secondary tables
during IEJoin. This could be problematic if the predicate was computed
and the input was more than one chunk.

fixes: duckdb#11234
fixes: duckdblabs/duckdb-internal#1622
@hawkfish hawkfish requested a review from lnkuiper March 25, 2024 20:53
@Mytherin Mytherin merged commit 7935b7c into duckdb:main Mar 26, 2024
@Mytherin
Copy link
Collaborator

Thanks!

@hawkfish hawkfish deleted the iejoin-scan branch March 26, 2024 16:04
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Mar 28, 2024
Merge pull request duckdb/duckdb#11347 from hawkfish/iejoin-scan
Merge pull request duckdb/duckdb#11346 from carlopi/fix_regression
Merge pull request duckdb/duckdb#11345 from Tmonster/fix_duckdb_r_script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Aggregating on a date range join using between and ifnull wrong result
2 participants