Skip to content

Commit

Permalink
opensearch-project#1506: Fix checkstyle errors
Browse files Browse the repository at this point in the history
Signed-off-by: acarbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Aug 3, 2023
1 parent 1506f9f commit 8438f5c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,6 @@ public Expression visitQualifiedName(QualifiedName node, AnalysisContext context
typeEnv = typeEnv.getParent()) {
Optional<ExprType> exprType = Optional.ofNullable(
typeEnv.lookupAllFields(Namespace.HIDDEN_FIELD_NAME).get(part));
// Optional<ExprType> exprType = typeEnv.getReservedSymbolTable().lookup(
// new Symbol(Namespace.HIDDEN_FIELD_NAME, part));
if (exprType.isPresent()) {
return visitMetadata(
qualifierAnalyzer.unqualified(node),
Expand Down

0 comments on commit 8438f5c

Please sign in to comment.