-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-637: [Format] Add timezone to Timestamp metadata, comments describing the semantics #388
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
Conversation
Change-Id: Ia25ca11dd7f64afc8ccedb98061a0e8e5f259423
Change-Id: I0ea0e5deef284c4c0643da1c0dd14f02b71ca068
| /// | ||
| /// * If the time zone is null or equal to an empty string, the data is "time | ||
| /// zone naive" and shall be displayed *as is* to the user, not localized | ||
| /// to the locale of the user. This data can be though of as UTC but |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: though -> thought
|
Sounds good! |
julienledem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
| /// | ||
| /// * As used in the Olson time zone database (the "tz database" or | ||
| /// "tzdata"), such as "America/New_York" | ||
| /// * An absolute time zone offset of the form +XX:XX or -XX:XX, such as +07:30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@julianhyde: any comment on the timezone format? Does it look good to you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this corresponds to our discussion on the JIRA, at least
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right: Julian clarified here:
https://issues.apache.org/jira/browse/ARROW-637?focusedCommentId=15928783&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15928783
Sorry for the duplicated question.
…gets auto generated @wesm Thanks for the tip on fixing this. Author: Deepak Majeti <deepak.majeti@hpe.com> Closes apache#388 from majetideepak/PARQUET-1088 and squashes the following commits: 32915c6 [Deepak Majeti] add parquet_version.h to gitignore 48be6e2 [Deepak Majeti] Fix CMAKE arguments Change-Id: I98d8675ea57ad183e651399de208a3abf347905c
cc @julianhyde @julienledem for comment. This makes Arrow semantically equivalent to datetime objects in Python, and I believe the SQL standard