Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrik Saly <[email protected]>

Fix typo

Signed-off-by: Hendrik Saly <[email protected]>
  • Loading branch information
salyh committed Jun 28, 2024
1 parent d4fffff commit d6a1fb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import lombok.ToString;
import org.opensearch.sql.expression.ReferenceExpression;

/** Logical Dedupe Plan. */
/** Logical Lookup Plan. */
@Getter
@ToString
@EqualsAndHashCode(callSuper = true)
Expand All @@ -23,7 +23,7 @@ public class LogicalLookup extends LogicalPlan {
private final Map<ReferenceExpression, ReferenceExpression> copyFieldMap;
private final Boolean appendOnly;

/** Constructor of LogicalDedupe. */
/** Constructor of LogicalLookup. */
public LogicalLookup(
LogicalPlan child,
String indexName,
Expand Down

0 comments on commit d6a1fb4

Please sign in to comment.