jonathanc-n commented on code in PR #12882:
URL: https://github.com/apache/datafusion/pull/12882#discussion_r1797479888
##########
datafusion/expr/src/utils.rs:
##########
@@ -672,7 +672,7 @@ where
let mut err = Ok(());
expr.apply(|expr| {
if let Err(e) = f(expr) {
- // save the error for later (it may not be a DataFusionError
+ // Save the error for later (it may not be a DataFusionError
Review Comment:
Got it thank you
--
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]