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

Python: Read a date as an int #6478

Merged
merged 2 commits into from
Dec 21, 2022
Merged

Conversation

Fokko
Copy link
Contributor

@Fokko Fokko commented Dec 21, 2022

The partitions struct will read as a date if there is a date field in there. This way we'll just read the physical type.

closes #6469

The partitions struct will read as a date if there is a date field
in there. This way we'll just read the physical type.

closes apache#6469
@rdblue
Copy link
Contributor

rdblue commented Dec 21, 2022

This looks correct to me. Can you add a test that hits this in job planning?

@Fokko
Copy link
Contributor Author

Fokko commented Dec 21, 2022

@rdblue Added a test when parsing the ManifestEntry. I can add an end to end test in #6398

@rdblue rdblue merged commit beed583 into apache:master Dec 21, 2022
@Fokko Fokko deleted the fd-read-date-as-int branch December 21, 2022 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python: Issue with date partition
2 participants