Skip to content

add test for decimal to decimal#1603

Merged
alamb merged 1 commit intoapache:masterfrom
liukun4515:cast_decimal_to_decimal
Jan 18, 2022
Merged

add test for decimal to decimal#1603
alamb merged 1 commit intoapache:masterfrom
liukun4515:cast_decimal_to_decimal

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?

}

#[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

}

#[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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants