You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Ted-Jiang (via GitHub)" <gi...@apache.org> on 2023/03/13 09:06:39 UTC

[GitHub] [arrow-datafusion] Ted-Jiang commented on a diff in pull request #5569: Support using Bloom Filter in parquet reader

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org