-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Assert that result types match with column data collection when fetching data #19750
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
Conversation
|
So this test is failing because it encoutered mismatches in our code wrt the logger, mainly there is a fetch where the column data collector has a |
|
Alright, I think |
…amp with timezones
Assert that result types match with column data collection when fetching data (duckdb/duckdb#19750) Script to release a extension manually (duckdb/duckdb#19881)
Assert that result types match with column data collection when fetching data (duckdb/duckdb#19750) Script to release a extension manually (duckdb/duckdb#19881) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
This recently threw me off completely, so I’m adding a simple assertion here.