kumarUjjawal commented on PR #21599: URL: https://github.com/apache/datafusion/pull/21599#issuecomment-4249816407
> Sorry about that, I hadn't seen I should've ran sqllogictests. How exactly would I run the linter locally or what webpage would I find that as I see that I had forgot to add the header to a test file I had created. 1. run cargo fmt: `cargo fmt --all` 2. run clippy: `cargo clippy --workspace --all-features --all-targets -- --deny=warnings` 3. run sqllogictest: `make -C testing/runner test-sqlite` -- 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]
