comphead commented on code in PR #20420: URL: https://github.com/apache/datafusion/pull/20420#discussion_r2828792775
########## docs/source/contributor-guide/testing.md: ########## @@ -70,7 +70,9 @@ DataFusion's SQL implementation is tested using [sqllogictest](https://github.co cargo test --profile=ci --test sqllogictests # Run a specific test file cargo test --profile=ci --test sqllogictests -- aggregate.slt -# Run and update expected outputs +# Run a specific test file and update expected outputs +cargo test --profile=ci --test sqllogictests -- aggregate.slt --complete Review Comment: this looks unrelated to the PR -- 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]
