jayzhan211 commented on code in PR #9343:
URL: https://github.com/apache/arrow-datafusion/pull/9343#discussion_r1504282616
##########
datafusion/proto/tests/cases/roundtrip_logical_plan.rs:
##########
@@ -578,7 +578,7 @@ async fn roundtrip_expr_api() -> Result<()> {
let expr_list = vec![
encode(col("a").cast_to(&DataType::Utf8, &schema)?, lit("hex")),
decode(lit("1234"), lit("hex")),
- array_to_string(array(vec![lit(1), lit(2), lit(3)]), lit(",")),
+ array_to_string(vec![make_array(vec![lit(1), lit(2), lit(3)]),
lit(",")]),
Review Comment:
Add test for added functions
--
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]