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

Enable timezone type for timestamp pyarrow type #888

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

Copy link
Member

@RobbeSneyders RobbeSneyders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines 200 to 201
if type_name == "timestamp":
return cls(type_name)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to support this as a type, only as a format, right?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, leftover from when I was trying something different. Removed

@RobbeSneyders RobbeSneyders merged commit 1ff9b1a into main Mar 4, 2024
9 checks passed
@RobbeSneyders RobbeSneyders deleted the enable-timezone-type branch March 4, 2024 09:27
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.

Enable defining timestamps with tz
3 participants