buraksenn commented on code in PR #23918:
URL: https://github.com/apache/datafusion/pull/23918#discussion_r3655472424
##########
datafusion/common/src/functional_dependencies.rs:
##########
@@ -183,18 +183,40 @@ impl FunctionalDependence {
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct FunctionalDependencies {
deps: Vec<FunctionalDependence>,
+ null_equalities: Vec<NullEquality>,
Review Comment:
this can be added in FunctionalDependence but since that is pub as well I
did not want to change this. I can add this field into that struct if that
makes more sense
--
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]