viirya commented on code in PR #8128:
URL: https://github.com/apache/arrow-datafusion/pull/8128#discussion_r1390683385


##########
datafusion/physical-plan/src/lib.rs:
##########
@@ -203,7 +203,23 @@ pub trait ExecutionPlan: Debug + DisplayAs + Send + Sync {
             .collect()
     }
 
-    /// Get the [`EquivalenceProperties`] within the plan
+    /// Get the [`EquivalenceProperties`] within the plan.
+    ///
+    /// Equivalence properties tell DataFsion what columns are known to be

Review Comment:
   ```suggestion
       /// Equivalence properties tell DataFusion what columns are known to be
   ```



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