You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The
TimeStamp
type schema type should be converted to Tarantool typedatetime
, supported only for Tarantool 2.11+.Support for an
Instant
converter was added in Tarantool driver versions0.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
The text was updated successfully, but these errors were encountered: