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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[New Feature] #45 Introduce the new usage of column_options.logical_type, type_options.logical_type to configure more detailed logical types.
[Deprecated] #45 The old usage of column_options.logical_type, type_options.logical_type is deprecated. Use column_options.converted_type, type_options.converted_type instead.
[New Feature] #45 Support casting boolean, double, string, timestamp, json to the int logical type.
[New Feature] #45 Support casting long to the timestamp logical type.
[New Feature] #45 Support the decimal logical type. (close #44)