Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed Jul 6, 2021
1 parent da6aa6f commit 5ff27ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected Optional<SortExpressionContext> visitBetweenPredicate(BetweenPredicate

private static Optional<SymbolReference> asBuildSymbolReference(Set<Symbol> buildLayout, Expression expression)
{
// Currently only we support only symbol as sort expression on build side
// Currently we only support symbol as sort expression on build side
if (expression instanceof SymbolReference) {
SymbolReference symbolReference = (SymbolReference) expression;
if (buildLayout.contains(new Symbol(symbolReference.getName()))) {
Expand Down

0 comments on commit 5ff27ed

Please sign in to comment.