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