Skip to content

Commit

Permalink
PARQUET-34: Fix typo in ContainsRewriter doc
Browse files Browse the repository at this point in the history
  • Loading branch information
clairemcginty committed May 24, 2024
1 parent dfd7b0f commit b776f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* containing all predicate assertions.
*
* This is a performance optimization, as all composed Contains sub-predicates must share the same column, and
* can therefore can be applied efficiently as a single predicate pass.
* can therefore be applied efficiently as a single predicate pass.
*/
public final class ContainsRewriter implements Visitor<FilterPredicate> {
private static final ContainsRewriter INSTANCE = new ContainsRewriter();
Expand Down

0 comments on commit b776f6c

Please sign in to comment.