-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Bugfixes #17543
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
Bugfixes #17543
Conversation
I don't think the failing test is related EDIT: the failing Windows test IS related, my |
Thanks! |
Dear Developers, do you think that this PR also fix #17335? |
Thanks for your effort! Do you think this issue #17335 is fixed? If you can review it, I will appreciate it! |
@TheoristCoder I checked and the PR also fixed #17335 :) |
Thanks for your fixing! |
Bugfixes (duckdb/duckdb#17543) Issue duckdb/duckdb#17606: Disable TIMESTAMPTZ Casts (duckdb/duckdb#17614)
Fixes:
hashjoin_highcardinality
benchmark #17521 (benchmark file was wrong, we now throw a more useful error)delim_offset
was wrong for left joins during subquery decorrelation)Also adds some type verification to the
ColumnBindingResolver
.