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

add test for decimal to decimal #1603

Merged
merged 1 commit into from
Jan 18, 2022

Conversation

liukun4515
Copy link
Contributor

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?

@github-actions github-actions bot added the datafusion Changes in the datafusion crate label Jan 18, 2022
}

#[test]
fn test_cast_decimal_to_numeric() -> Result<()> {
Copy link
Contributor Author

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<()> {
Copy link
Contributor Author

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<()> {
Copy link
Contributor Author

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<()> {
Copy link
Contributor Author

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

@liukun4515 liukun4515 force-pushed the cast_decimal_to_decimal branch from dac9583 to 01ed55b Compare January 18, 2022 12:50
@alamb alamb merged commit fefbfc8 into apache:master Jan 18, 2022
@liukun4515 liukun4515 deleted the cast_decimal_to_decimal branch January 19, 2022 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants