waynexia commented on code in PR #17135: URL: https://github.com/apache/datafusion/pull/17135#discussion_r2283219974
########## datafusion/physical-expr/src/async_scalar_function.rs: ########## @@ -192,13 +192,14 @@ impl AsyncFuncExpr { ); } - let datas = ColumnarValue::values_to_arrays(&result_batches)? + let data_vec = ColumnarValue::values_to_arrays(&result_batches)? Review Comment: Yes, I then found there are many `datas` so I added it to the allowlist... will revert this as well -- 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