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

Add support for Timestamp type fields #53

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Conversation

akudiyar
Copy link
Collaborator

@akudiyar akudiyar commented Aug 1, 2023

Update dependencies as well to the newest possible versions. The java.time.Instant converter was added only to the driver version 0.12.0 and works only with Tarantool versions 2.11.0+, so using the Spark Timestamp values will lead to errors on previous Tarantool versions. The converter does not execute any checks for that for simplicity and to avoid extra performance impact.

Closes #52
Closes #49

@akudiyar akudiyar force-pushed the cartridge-java-0.12.0 branch 2 times, most recently from 1649b6c to 56b5465 Compare August 1, 2023 00:24
Update dependencies as well to the newest possible versions.
The java.time.Instant converter was added only to the driver version
0.12.0 and works only with Tarantool versions 2.11.0+, so using the
Timestamp values will lead to errors on previous Tarantool versions.
The converter does not execute any checks for that for simplicity and to
avoid extra performance impact.
@akudiyar akudiyar merged commit a983b14 into master Aug 1, 2023
6 checks passed
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.

Support Timestamp field types for Tarantool 2.11+ Add support for Tarantool 2.10 in CI
1 participant