chakkk309 commented on code in PR #19133: URL: https://github.com/apache/datafusion/pull/19133#discussion_r2598322218
########## datafusion/proto-common/src/generated/mod.rs: ########## @@ -15,7 +15,6 @@ // specific language governing permissions and limitations // under the License. -#[allow(clippy::all)] Review Comment: Yes i think you are right, thanks for the suggestions, I've restored the #[allow(clippy::all)] for generated protobuf code with proper override. -- 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]
