You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/23 19:39:58 UTC

[GitHub] [arrow-datafusion] comphead commented on a diff in pull request #2324: Implementing math power function for SQL

comphead commented on code in PR #2324:
URL: https://github.com/apache/arrow-datafusion/pull/2324#discussion_r857028728


##########
datafusion/core/src/physical_plan/functions.rs:
##########
@@ -52,6 +52,200 @@ use datafusion_physical_expr::math_expressions;
 use datafusion_physical_expr::string_expressions;
 use std::sync::Arc;
 
+macro_rules! make_utf8_to_return_type {

Review Comment:
   Fixed that



-- 
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-unsubscribe@arrow.apache.org

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