melgenek commented on code in PR #5086:
URL: https://github.com/apache/arrow-datafusion/pull/5086#discussion_r1089552307
##########
datafusion/core/tests/sql/decimal.rs:
##########
@@ -18,839 +18,256 @@
use super::*;
#[tokio::test]
-async fn decimal_cast() -> Result<()> {
+async fn decimal_cast_precision() -> Result<()> {
let ctx = SessionContext::new();
let sql = "select cast(1.23 as decimal(10,4))";
let actual = execute_to_batches(&ctx, sql).await;
assert_eq!(
Review Comment:
I moved the tests to .slt file
https://github.com/apache/arrow-datafusion/pull/5086/commits/8295aa5f7a138d1d44d3c05c436b88ef0b82140c
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]