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

chore: introduce some more writer tests to demonstrate schema promotion #2935

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

rtyler
Copy link
Member

@rtyler rtyler commented Oct 10, 2024

These tests help demonstrate schema evolution behavior when passing timestamps with and without timezones into write_deltalake() which can be confusing sine the timestampNtz case causes a necessary but aggressive minWriterVersion upgrade

These tests help demonstrate schema evolution behavior when passing
timestamps with and without timezones into write_deltalake() which can
be confusing sine the `timestampNtz` case causes a necessary but
aggressive minWriterVersion upgrade
@github-actions github-actions bot added the binding/python Issues for the Python package label Oct 10, 2024
Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.41%. Comparing base (ef4e4a3) to head (0e7c7eb).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2935      +/-   ##
==========================================
- Coverage   72.43%   72.41%   -0.02%     
==========================================
  Files         131      131              
  Lines       40545    40545              
  Branches    40545    40545              
==========================================
- Hits        29369    29362       -7     
  Misses       9293     9293              
- Partials     1883     1890       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rtyler rtyler marked this pull request as ready for review October 10, 2024 16:25
@rtyler rtyler enabled auto-merge October 10, 2024 16:25
@rtyler rtyler added this pull request to the merge queue Oct 11, 2024
Merged via the queue into delta-io:main with commit d686336 Oct 11, 2024
24 checks passed
@rtyler rtyler deleted the glee/more-writer-tests-with-timestamps branch October 11, 2024 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants