alamb commented on code in PR #6595:
URL: https://github.com/apache/arrow-datafusion/pull/6595#discussion_r1228409455
##########
datafusion/core/tests/sql/expr.rs:
##########
@@ -512,15 +512,22 @@ async fn test_regex_expressions() -> Result<()> {
#[tokio::test]
async fn test_cast_expressions() -> Result<()> {
+ test_expression!("CAST('0' AS INT)", "0");
Review Comment:
Maybe a good follow on PR
Seems like the hope to was to move it to slt as part of
https://github.com/apache/arrow-datafusion/issues/6210 but wasn't completed 🤔
--
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]