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

Ship v0.5.0 #46

Merged
merged 1 commit into from
May 25, 2020
Merged

Ship v0.5.0 #46

merged 1 commit into from
May 25, 2020

Conversation

civitaspo
Copy link
Owner

  • [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)
  • [New Feature] #45 Support the time logical type.
  • [New Feature] #45 Support the date logical type.
  • [New Feature] #45 Support is_adjusted_to_utc = false for the timestamp logical type.
  • [Fix] #45 Fix the issue 'Logical type int{8,16,32} don't work' (close #43)
  • [Enhancement] Add lots of tests.

@civitaspo civitaspo merged commit d4bc17b into master May 25, 2020
@civitaspo civitaspo deleted the rel/v0.5.0 branch May 25, 2020 03:53
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 decimal type Logical type int{8,16,32} don't work
1 participant