Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Tmonster
Copy link
Collaborator

@Tmonster Tmonster commented Nov 3, 2025

We don't want to create a table with invalid types using Create Table As. For some reason we cannot promote those types easily, maybe if we add a projection to cast them. You can create the table with Create Table t1 ({name} {type}) and the type will be cast to a valid iceberg type. Then when you insert we cast to the correct type.

Copy link
Collaborator

@Tishj Tishj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thanks for working on this 🙌

@Tmonster Tmonster merged commit db7c01e into duckdb:v1.4-andium Nov 5, 2025
19 checks passed
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.

2 participants