dharanad commented on code in PR #11452:
URL: https://github.com/apache/datafusion/pull/11452#discussion_r1677181297


##########
datafusion/functions/src/core/mod.rs:
##########
@@ -81,10 +80,6 @@ pub mod expr_fn {
         coalesce,
         "Returns `coalesce(args...)`, which evaluates to the value of the 
first expr which is not NULL",
         args,
-    ),(
-        make_map,
-        "Returns a map created from the given keys and values pairs. This 
function isn't efficient for large maps. Use the `map` function instead.",
-        args,

Review Comment:
   Agreed, We can use to document this function in 
https://datafusion.apache.org/user-guide/sql/scalar_functions.html



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to