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

Tweak validation of missing data columns in Iceberg add_files_from_table procedure #23694

Merged

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Oct 7, 2024

Description

Relates to #23677

Still disllowing the following situation:

  • Partition column doesn't exist
  • All source columns don't exist in the target table
  • Source table has more columns than target table
    • Probably, this can be allowed in the future after updating MigrationUtils#loadMetrics implementation

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Oct 7, 2024
@github-actions github-actions bot added the iceberg Iceberg connector label Oct 7, 2024
@ebyhr ebyhr force-pushed the ebi/iceberg-add-procedures-missing-column branch from 390285a to 447ce2f Compare October 9, 2024 10:24
@ebyhr ebyhr force-pushed the ebi/iceberg-add-procedures-missing-column branch from 447ce2f to 4404775 Compare October 9, 2024 21:08
@ebyhr ebyhr merged commit c8f1bd0 into trinodb:master Oct 9, 2024
42 checks passed
@ebyhr ebyhr deleted the ebi/iceberg-add-procedures-missing-column branch October 9, 2024 22:14
@github-actions github-actions bot added this to the 461 milestone Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

3 participants