xudong963 commented on code in PR #5002:
URL: https://github.com/apache/arrow-datafusion/pull/5002#discussion_r1082666973
##########
datafusion/core/tests/sqllogictests/src/main.rs:
##########
@@ -109,7 +109,7 @@ pub async fn main() -> Result<()> {
info!("Using complete mode to complete {}", path.display());
let col_separator = " ";
let validator = default_validator;
- update_test_file(path, runner, col_separator, validator)
+ update_test_file(path, &mut runner, col_separator, validator)
Review Comment:
Yes, I changed it, lol
--
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]