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

Support Timestamp field types for Tarantool 2.11+ #52

Closed
akudiyar opened this issue Aug 1, 2023 · 0 comments · Fixed by #53
Closed

Support Timestamp field types for Tarantool 2.11+ #52

akudiyar opened this issue Aug 1, 2023 · 0 comments · Fixed by #53
Labels
feature A new functionality

Comments

@akudiyar
Copy link
Collaborator

akudiyar commented Aug 1, 2023

The TimeStamp type schema type should be converted to Tarantool type datetime, supported only for Tarantool 2.11+.

Support for an Instant converter was added in Tarantool driver versions 0.11.0+. For driver versions below it, there are no built-in converters for date-like Java types, so it is recommended to use either numeric or string time representation.

Timestamp type in Spark: https://spark.apache.org/docs/3.1.3/api/java/org/apache/spark/sql/types/TimestampType.html

@akudiyar akudiyar added the feature A new functionality label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant