comphead commented on code in PR #11372:
URL: https://github.com/apache/datafusion/pull/11372#discussion_r1674164597
##########
datafusion/proto/src/generated/datafusion_proto_common.rs:
##########
@@ -722,19 +722,19 @@ pub mod column_options {
StatisticsEnabled(::prost::alloc::string::String),
}
#[allow(clippy::derive_partial_eq_without_eq)]
- #[derive(Clone, PartialEq, ::prost::Oneof)]
+ #[derive(Clone, Copy, PartialEq, ::prost::Oneof)]
pub enum BloomFilterFppOpt {
#[prost(double, tag = "6")]
BloomFilterFpp(f64),
}
#[allow(clippy::derive_partial_eq_without_eq)]
- #[derive(Clone, PartialEq, ::prost::Oneof)]
+ #[derive(Clone, Copy, PartialEq, ::prost::Oneof)]
Review Comment:
just wondering why the Copy was added?
--
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]