goldmedal commented on code in PR #11560:
URL: https://github.com/apache/datafusion/pull/11560#discussion_r1685243743
##########
datafusion/core/tests/dataframe/dataframe_functions.rs:
##########
@@ -1087,3 +1088,20 @@ async fn test_fn_array_to_string() -> Result<()> {
Ok(())
}
+
+#[tokio::test]
+async fn test_fn_map() -> Result<()> {
+ let expr = map(vec![lit("a"), lit("b"), lit("c")], vec![lit(1), lit(2),
lit(3)]);
Review Comment:
I expected the DataFrame user can use `map` like this.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]