-
Notifications
You must be signed in to change notification settings - Fork 14
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
Timestamp instant support #13
Comments
Writer timezone seems encoded at stripe level, which is problematic if that suggests timezone for a column can vary between stripes since Arrow encodes the timezone in the datatype so would need to be consistent for all data. Need to investigate this more |
It seems I misunderstood. According to:
The writer timezone in the stripe is used for regular Timestamp, as Timestamp instants are in UTC timezone. |
Separate note: encoding as Timestamp(Nanoseconds) severely limits the range representable in Arrow, need to keep this in mind |
Added by 1888015 |
See Timestamp with local time zone here https://orc.apache.org/docs/types.html
The text was updated successfully, but these errors were encountered: