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/register partitioned tables in glue #523

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

firewall413
Copy link

  • resolved issue when writing a new partition to glue for a table with the same schema would result in multiple glue schema versions (instead of just adding a partition)
  • resolved issue where when writing new partition to Glue: The schema of the file at external_read_location //*.parquet would be picked up instead of actual last written partition year=2024/month=03/day=20/*.parquet

Arno Roos and others added 5 commits January 24, 2025 15:58
… will update the Glue schema to the schema of the latest partition (which in turn allows for append-only schema evolution in later partitions, this is supported by Glue)
…sult in multiple schema versions (instead of just adding a partition)
@jwills
Copy link
Collaborator

jwills commented Mar 20, 2025

@firewall413, hey nice to see you-- and thanks for putting this together!

@firewall413
Copy link
Author

Still working on those failing tests, my bad, I'll finish up after my holidays!

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