-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Unable to write Timestamp Logical Type #492
Comments
I have no plans to support this at the moment, so happy for you to pick it up. |
It would be great to have it (NANOS to be specific). Files written with Apache Arrow have something like that in Thrift Metadata:
and you can read them in Python without the need to cast anything. |
@kja-xyt DateTime in dotnet doesn't have nanosecond precision though. So I don't recommend using it if you need that level of accuracy. https://learn.microsoft.com/en-us/dotnet/api/system.datetime.ticks?view=net-8.0#remarks The max precision is 100 nanoseconds |
Issue description
Issue
Writing DateTimes using DateTimeDataField uses TIMESTAMP_MILLIS Converted Type instead of TIMESTAMP(isAdjusted, unit) Logical Type.
Is this by design or are there any plans to support writing TIMESTAMP logical type?
The text was updated successfully, but these errors were encountered: