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

fix: return only "current" iceberg columns #2982

Merged
merged 7 commits into from
Oct 2, 2024
Merged

Conversation

kukushking
Copy link
Contributor

@kukushking kukushking commented Oct 1, 2024

Feature or Bugfix

  • Bugfix

Detail

  • wr.catalog.get_table_types returns all columns including Iceberg columns that have been removed from the schema (and are marked with iceberg.field.current: false) that confuses subsequent wr.athena.to_iceberg INSERT's.

Relates

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kukushking kukushking self-assigned this Oct 1, 2024
@kukushking kukushking changed the title fix: return current iceberg columns fix: return only current iceberg columns Oct 1, 2024
@kukushking kukushking changed the title fix: return only current iceberg columns fix: return only "current" iceberg columns Oct 1, 2024
@kukushking kukushking linked an issue Oct 1, 2024 that may be closed by this pull request
@malachi-constant

This comment was marked as outdated.

@malachi-constant

This comment was marked as outdated.

@malachi-constant

This comment was marked as outdated.

@malachi-constant

This comment was marked as outdated.

@malachi-constant

This comment was marked as outdated.

@kukushking kukushking marked this pull request as ready for review October 2, 2024 11:08
@kukushking kukushking requested a review from a team October 2, 2024 12:01
@kukushking kukushking added this to the 3.10.0 milestone Oct 2, 2024
@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubCodeBuild8756EF16-4rfo0GHQ0u9a
  • Commit ID: 58c17ae
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@kukushking kukushking merged commit cc77561 into main Oct 2, 2024
17 checks passed
@kukushking kukushking deleted the fix/iceberg-current-cols branch October 2, 2024 15:31
@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubDistributedCodeBuild6-jWcl5DLmvupS
  • Commit ID: 58c17ae
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

wr.athena.to_iceberg not using temp_path
3 participants