Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #5342: DATE_PART Struct Indexing #5382

Merged
merged 1 commit into from
Nov 17, 2022

Conversation

hawkfish
Copy link
Contributor

Fix the result indexing for the Struct variants of DATE_PART. The existing code wrote to the same output row as the input selection, which was not correct.

fixes #5342

Fix the result indexing for the Struct variants of DATE_PART.
The existing code wrote to the same output row as the input selection,
which was not correct.
@hawkfish hawkfish requested a review from pdet November 17, 2022 01:57
@Mytherin Mytherin changed the base branch from feature to master November 17, 2022 09:48
@Mytherin Mytherin merged commit 9479be7 into duckdb:master Nov 17, 2022
@Mytherin
Copy link
Collaborator

Thanks for the PR! Looks good. Bug fixes can still go to master btw :)

@hawkfish hawkfish deleted the sparse-datepart branch November 28, 2022 17:50
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.

Strange error with make_date/date_part on large dataset
2 participants