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


##########
datafusion/physical-expr/src/aggregate/hyperloglog.rs:
##########
@@ -68,6 +68,15 @@ const SEED: RandomState = RandomState::with_seeds(
     0x0eaea5d736d733a4_u64,
 );
 
+impl<T> Default for HyperLogLog<T>

Review Comment:
   Not sure why clippy wants this, but here it is



-- 
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]

Reply via email to