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

Arrow time32 time64 types precision support #35

Merged

Conversation

Sevenannn
Copy link
Contributor

Support all different precisions of arrow time32, time64 types, including:
DataType::Time64(TimeUnit::Nanosecond)
DataType::Time64(TimeUnit::Microsecond)
DataType::Time32(TimeUnit::Millisecond)
DataType::Time32(TimeUnit::Second)

@phillipleblanc phillipleblanc self-requested a review August 9, 2024 01:17
@Sevenannn
Copy link
Contributor Author

The test in this PR can be covered by: Integrartion test for arrow record batch <-> postgres row round trip conversion

@phillipleblanc phillipleblanc merged commit a5ca938 into datafusion-contrib:main Aug 15, 2024
3 checks passed
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.

3 participants