Ted-Jiang commented on code in PR #5569:
URL: https://github.com/apache/arrow-datafusion/pull/5569#discussion_r1133623740


##########
datafusion/core/src/physical_optimizer/pruning.rs:
##########
@@ -208,7 +208,7 @@ impl PruningPredicate {
     }
 
     /// Returns true if this pruning predicate is "always true" (aka will not 
prune anything)
-    pub fn allways_true(&self) -> bool {
+    pub fn always_true(&self) -> bool {

Review Comment:
   typo fix



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