alamb commented on code in PR #5002:
URL: https://github.com/apache/arrow-datafusion/pull/5002#discussion_r1082665326


##########
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:
   needed due to 
https://github.com/risinglightdb/sqllogictest-rs/commit/879204b9b2dd5a81db4a9781c2e6c68d0713f5d3



-- 
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...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to