slfan1989 commented on code in PR #1514:
URL: https://github.com/apache/auron/pull/1514#discussion_r2467760922


##########
native-engine/datafusion-ext-functions/src/lib.rs:
##########
@@ -62,6 +63,7 @@ pub fn create_spark_ext_function(name: &str) -> 
Result<ScalarFunctionImplementat
         "Day" => Arc::new(spark_dates::spark_day),
         "BrickhouseArrayUnion" => 
Arc::new(brickhouse::array_union::array_union),
         "Round" => Arc::new(spark_round::spark_round),
+        "Power" => Arc::new(spark_pow::spark_pow),

Review Comment:
   @richox Thank you for your explanation! I tested it locally, and using 
`datafusion::functions::math::power` is fully compatible. The Unit test shows 
success.



-- 
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]

Reply via email to