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
This is an overhaul of type mapping from arrow to deephaven columns. We
can now coerce from many kinds of types, enabling widening / truncating
and conversion between types. For example uint64_t is now mapped to
BigInteger by default, but can be explicitly mapped to `long.class` (may
overflow).
To set an explicit mapping set the schema's column attribute "deephaven:type" to the
canonical name of the class.
Fixes#58 (custom type serialization / deserialization).
Fixes#936 (ColumnConversionModes is being replaced with easy to
integrate custom serialization).
Fixes#2984 (refactoring has good interface documentation).
Fixes#3403 (by supporting a variety of mappings, these now must match
client wiring).
Fixes#5258 (snapshot/subscribe methods with default w2w options).
Fixes#5453 (support other Timestamp arrow wire encodings).
Fixes#5864 (support for uint64_t).
Fixes#6114 (supports ObjectVector<Boolean> properly).
0 commit comments