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

logicalType/decimal: fix default values #291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rockwotj
Copy link

This fixes: #202

Unlike timestamp types which accepts native values, decimal types must
be big.Rat, which means defaults need to be converted.

This fixes: linkedin#202
@rockwotj rockwotj changed the title default values: fix logical types for default values logicalType/decimal: fix default values Dec 18, 2024
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.

Can't specify default values for LogicalType: "decimal" fields
1 participant