-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
add test for decimal to decimal #1603
Conversation
} | ||
|
||
#[test] | ||
fn test_cast_decimal_to_numeric() -> Result<()> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move test to here
} | ||
|
||
#[test] | ||
fn test_try_cast_decimal_to_numeric() -> Result<()> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move test to here
@@ -227,6 +227,155 @@ mod tests { | |||
}}; | |||
} | |||
|
|||
#[test] | |||
fn test_try_cast_decimal_to_decimal() -> Result<()> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add test for decimal to decimal
} | ||
|
||
#[test] | ||
fn test_cast_decimal_to_decimal() -> Result<()> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add test for decimal to decimal
dac9583
to
01ed55b
Compare
Which issue does this PR close?
add test for decimal to decimal
move decimal test together
part of #1443
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?