vaibhawvipul commented on code in PR #513:
URL: https://github.com/apache/datafusion-comet/pull/513#discussion_r1631256710
##########
core/src/execution/datafusion/expressions/scalar_funcs.rs:
##########
@@ -130,6 +133,10 @@ pub fn create_comet_physical_fun(
let func = Arc::new(spark_xxhash64);
make_comet_scalar_udf!("xxhash64", func, without data_type)
}
+ "chr" => {
Review Comment:
Question -
IsNull(child) won't work because we have an element there - 0 (int). Hence
we will hit chr(Child) always. Is my understanding correct?
--
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]