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

Support detailed logical types #45

Merged
merged 5 commits into from
May 25, 2020
Merged

Support detailed logical types #45

merged 5 commits into from
May 25, 2020

Conversation

civitaspo
Copy link
Owner

  • [New Feature] Introduce the new usage of column_options.logical_type, type_options.logical_type to configure more detailed logical types.
  • [Deprecated] 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] Support casting boolean, double, string, timestamp, json to the int logical type.
  • [New Feature] Support casting long to the timestamp logical type.
  • [New Feature] Support the decimal logical type. #44
  • [New Feature] Support the time logical type.
  • [New Feature] Support the date logical type.
  • [New Feature] Support is_adjusted_to_utc = false for the timestamp logical type.
  • [Fix] Logical type int{8,16,32} don't work #43
  • [Enhancement] Add lots of tests.

close #43
close #44

@civitaspo civitaspo merged commit e950454 into master May 25, 2020
@civitaspo civitaspo deleted the detailed-logical-type branch May 25, 2020 03:42
@civitaspo civitaspo mentioned this pull request May 25, 2020
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